Html Css Color HEX #697C71 Sirocco

📋 copy color: '#697C71'

red 105 ◦ green 124 ◦ blue 113

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

Shades of Sirocco #697C71

Tints of Sirocco #697C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.04%

R = 30.7%
G = 36.26%
B = 33.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#697C71 (or 0x697C71) is known color: Sirocco. HEX triplet: 69, 7C and 71. RGB value is (105,124,113). Sum of RGB (Red+Green+Blue) = 105+124+113=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 124 - color contains mainly: green. Hex color #697C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697C71 is #96838E. Grayscale: #757575. Windows color (decimal): -9864079 or 7437417. OLE color: 7437417.

HSL color Cylindrical-coordinate representation of color #697C71: hue angle of 145.26º 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 #697C71 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 124 113 -
CMYK 0.15 0 0.09 0.51
HSL 145.26º 0.08% 0.45% -
HSV(B) 145.26º 0.15% 0.49% -
XYZ 16.01 18.61 18.37 -
YUV 117.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 105 124 113 0.15 0 0.09 0.51 145.26 0.08 0.45
Hex 69 7C 71 F 0 9 33 91 8 2D
Octal 151 174 161 17 0 11 63 221 10 55
Binary 1101001 1111100 1110001 1111 0 1001 110011 10010001 1000 101101

Color Harmonies of #697C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697C71

Black with #697C71

Text Example


Text Example

White with #697C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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