Html Css Color HEX #677970 Sirocco

📋 copy color: '#677970'

red 103 ◦ green 121 ◦ blue 112

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

Shades of Sirocco #677970

Tints of Sirocco #677970

RGB

 RED value IS 103 (40.63% from 255) = 30.65%

 GREEN value IS 121 (47.66% from 255) = 36.01%

 BLUE value IS 112 (44.14% from 255) = 33.33%

R = 30.65%
G = 36.01%
B = 33.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#677970 (or 0x677970) is known color: Sirocco. HEX triplet: 67, 79 and 70. RGB value is (103,121,112). Sum of RGB (Red+Green+Blue) = 103+121+112=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 121 - color contains mainly: green. Hex color #677970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677970 is #98868F. Grayscale: #727272. Windows color (decimal): -9995920 or 7371111. OLE color: 7371111.

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

Color convert

RGB 103 121 112 -
CMYK 0.15 0 0.07 0.53
HSL 150º 0.08% 0.44% -
HSV(B) 150º 0.15% 0.47% -
XYZ 15.36 17.73 17.94 -
YUV 114.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 103 121 112 0.15 0 0.07 0.53 150 0.08 0.44
Hex 67 79 70 F 0 7 35 96 8 2C
Octal 147 171 160 17 0 7 65 226 10 54
Binary 1100111 1111001 1110000 1111 0 111 110101 10010110 1000 101100

Color Harmonies of #677970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677970

Black with #677970

Text Example


Text Example

White with #677970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677970; }

 p { color: rgb(103,121,112); }

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

background-color css

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

 a { background-color: rgb(103,121,112); }

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

border-color css

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

 span { border-color: rgb(103,121,112); }

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