Html Css Color HEX #697A71 Sirocco

📋 copy color: '#697A71'

red 105 ◦ green 122 ◦ blue 113

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

Shades of Sirocco #697A71

Tints of Sirocco #697A71

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.88%

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

R = 30.88%
G = 35.88%
B = 33.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#697A71 (or 0x697A71) is known color: Sirocco. HEX triplet: 69, 7A and 71. RGB value is (105,122,113). Sum of RGB (Red+Green+Blue) = 105+122+113=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 122 - color contains mainly: green. Hex color #697A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697A71 is #96858E. Grayscale: #737373. Windows color (decimal): -9864591 or 7436905. OLE color: 7436905.

HSL color Cylindrical-coordinate representation of color #697A71: hue angle of 148.24º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #697A71 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 105 122 113 -
CMYK 0.14 0 0.07 0.52
HSL 148.24º 0.07% 0.45% -
HSV(B) 148.24º 0.14% 0.48% -
XYZ 15.77 18.11 18.29 -
YUV 115.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 105 122 113 0.14 0 0.07 0.52 148.24 0.07 0.45
Hex 69 7A 71 E 0 7 34 94 7 2D
Octal 151 172 161 16 0 7 64 224 7 55
Binary 1101001 1111010 1110001 1110 0 111 110100 10010100 111 101101

Color Harmonies of #697A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697A71

Black with #697A71

Text Example


Text Example

White with #697A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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