Html Css Color HEX #697872 Sirocco

📋 copy color: '#697872'

red 105 ◦ green 120 ◦ blue 114

#697872
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sirocco #697872

Tints of Sirocco #697872

RGB

 RED value IS 105 (41.41% from 255) = 30.97%

 GREEN value IS 120 (47.27% from 255) = 35.4%

 BLUE value IS 114 (44.92% from 255) = 33.63%

R = 30.97%
G = 35.4%
B = 33.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#697872 (or 0x697872) is known color: Sirocco. HEX triplet: 69, 78 and 72. RGB value is (105,120,114). Sum of RGB (Red+Green+Blue) = 105+120+114=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 120 - color contains mainly: green. Hex color #697872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697872 is #96878D. Grayscale: #727272. Windows color (decimal): -9865102 or 7501929. OLE color: 7501929.

HSL color Cylindrical-coordinate representation of color #697872: hue angle of 156º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #697872 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 120 114 -
CMYK 0.13 0 0.05 0.53
HSL 156º 0.07% 0.44% -
HSV(B) 156º 0.13% 0.47% -
XYZ 15.58 17.65 18.51 -
YUV 114.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 105 120 114 0.13 0 0.05 0.53 156 0.07 0.44
Hex 69 78 72 D 0 5 35 9C 7 2C
Octal 151 170 162 15 0 5 65 234 7 54
Binary 1101001 1111000 1110010 1101 0 101 110101 10011100 111 101100

Color Harmonies of #697872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697872

Black with #697872

Text Example


Text Example

White with #697872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697872; }

 p { color: rgb(105,120,114); }

 H1.HeaderClassName
 {
   color: #697872;
 }
 .AnyTagClassName
 {
   color: #697872;
 }
</style>

background-color css

<style>
 a { background-color: #697872; }

 a { background-color: rgb(105,120,114); }

 div.DivClassName
 {
   background-color: #697872;
 }
 .BgClassName
 {
   background-color: #697872;
 }
</style>

border-color css

<style>
 span { border-color: #697872; }

 span { border-color: rgb(105,120,114); }

 td.TdClassName
 {
   border-color: #697872;
 }
 .TagClassName
 {
   border-color: #697872;
 }
</style>