Html Css Color HEX #677670 Sirocco

📋 copy color: '#677670'

red 103 ◦ green 118 ◦ blue 112

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

Shades of Sirocco #677670

Tints of Sirocco #677670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.44%

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

R = 30.93%
G = 35.44%
B = 33.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#677670 (or 0x677670) is known color: Sirocco. HEX triplet: 67, 76 and 70. RGB value is (103,118,112). Sum of RGB (Red+Green+Blue) = 103+118+112=333 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.93% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 118 - color contains mainly: green. Hex color #677670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677670 is #98898F. Grayscale: #707070. Windows color (decimal): -9996688 or 7370343. OLE color: 7370343.

HSL color Cylindrical-coordinate representation of color #677670: hue angle of 156º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #677670 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 118 112 -
CMYK 0.13 0 0.05 0.54
HSL 156º 0.07% 0.43% -
HSV(B) 156º 0.13% 0.46% -
XYZ 15 17.01 17.82 -
YUV 112.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 103 118 112 0.13 0 0.05 0.54 156 0.07 0.43
Hex 67 76 70 D 0 5 36 9C 7 2B
Octal 147 166 160 15 0 5 66 234 7 53
Binary 1100111 1110110 1110000 1101 0 101 110110 10011100 111 101011

Color Harmonies of #677670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677670

Black with #677670

Text Example


Text Example

White with #677670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677670; }

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

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

background-color css

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

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

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

border-color css

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

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

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