Html Css Color HEX #676F6C Sirocco

📋 copy color: '#676F6C'

red 103 ◦ green 111 ◦ blue 108

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

Shades of Sirocco #676F6C

Tints of Sirocco #676F6C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.47%

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 31.99%
G = 34.47%
B = 33.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#676F6C (or 0x676F6C) is known color: Sirocco. HEX triplet: 67, 6F and 6C. RGB value is (103,111,108). Sum of RGB (Red+Green+Blue) = 103+111+108=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 111 - color contains mainly: green. Hex color #676F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676F6C is #989093. Grayscale: #6C6C6C. Windows color (decimal): -9998484 or 7106407. OLE color: 7106407.

HSL color Cylindrical-coordinate representation of color #676F6C: hue angle of 157.5º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #676F6C is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 111 108 -
CMYK 0.07 0 0.03 0.56
HSL 157.5º 0.04% 0.42% -
HSV(B) 157.5º 0.07% 0.44% -
XYZ 13.98 15.34 16.41 -
YUV 108.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 103 111 108 0.07 0 0.03 0.56 157.5 0.04 0.42
Hex 67 6F 6C 7 0 3 38 9E 4 2A
Octal 147 157 154 7 0 3 70 236 4 52
Binary 1100111 1101111 1101100 111 0 11 111000 10011110 100 101010

Color Harmonies of #676F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676F6C

Black with #676F6C

Text Example


Text Example

White with #676F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676F6C; }

 p { color: rgb(103,111,108); }

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

background-color css

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

 a { background-color: rgb(103,111,108); }

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

border-color css

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

 span { border-color: rgb(103,111,108); }

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