Html Css Color HEX #697A73 Sirocco

📋 copy color: '#697A73'

red 105 ◦ green 122 ◦ blue 115

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

Shades of Sirocco #697A73

Tints of Sirocco #697A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.63%

R = 30.7%
G = 35.67%
B = 33.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#697A73 (or 0x697A73) is known color: Sirocco. HEX triplet: 69, 7A and 73. RGB value is (105,122,115). Sum of RGB (Red+Green+Blue) = 105+122+115=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 122 - color contains mainly: green. Hex color #697A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697A73 is #96858C. Grayscale: #747474. Windows color (decimal): -9864589 or 7567977. OLE color: 7567977.

HSL color Cylindrical-coordinate representation of color #697A73: hue angle of 155.29º 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 #697A73 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB 105 122 115 -
CMYK 0.14 0 0.06 0.52
HSL 155.29º 0.07% 0.45% -
HSV(B) 155.29º 0.14% 0.48% -
XYZ 15.88 18.16 18.89 -
YUV 116.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 105 122 115 0.14 0 0.06 0.52 155.29 0.07 0.45
Hex 69 7A 73 E 0 6 34 9B 7 2D
Octal 151 172 163 16 0 6 64 233 7 55
Binary 1101001 1111010 1110011 1110 0 110 110100 10011011 111 101101

Color Harmonies of #697A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697A73

Black with #697A73

Text Example


Text Example

White with #697A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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