Html Css Color HEX #697C72 Sirocco

📋 copy color: '#697C72'

red 105 ◦ green 124 ◦ blue 114

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

Shades of Sirocco #697C72

Tints of Sirocco #697C72

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.15%

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

R = 30.61%
G = 36.15%
B = 33.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#697C72 (or 0x697C72) is known color: Sirocco. HEX triplet: 69, 7C and 72. RGB value is (105,124,114). Sum of RGB (Red+Green+Blue) = 105+124+114=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 124 - color contains mainly: green. Hex color #697C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697C72 is #96838D. Grayscale: #757575. Windows color (decimal): -9864078 or 7502953. OLE color: 7502953.

HSL color Cylindrical-coordinate representation of color #697C72: hue angle of 148.42º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #697C72 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 124 114 -
CMYK 0.15 0 0.08 0.51
HSL 148.42º 0.08% 0.45% -
HSV(B) 148.42º 0.15% 0.49% -
XYZ 16.07 18.63 18.67 -
YUV 117.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 105 124 114 0.15 0 0.08 0.51 148.42 0.08 0.45
Hex 69 7C 72 F 0 8 33 94 8 2D
Octal 151 174 162 17 0 10 63 224 10 55
Binary 1101001 1111100 1110010 1111 0 1000 110011 10010100 1000 101101

Color Harmonies of #697C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697C72

Black with #697C72

Text Example


Text Example

White with #697C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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