Html Css Color HEX #67756F Sirocco

📋 copy color: '#67756F'

red 103 ◦ green 117 ◦ blue 111

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

Shades of Sirocco #67756F

Tints of Sirocco #67756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.35%

 BLUE value IS 111 (43.75% from 255) = 33.53%

R = 31.12%
G = 35.35%
B = 33.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#67756F (or 0x67756F) is known color: Sirocco. HEX triplet: 67, 75 and 6F. RGB value is (103,117,111). Sum of RGB (Red+Green+Blue) = 103+117+111=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 117 - color contains mainly: green. Hex color #67756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67756F is #988A90. Grayscale: #707070. Windows color (decimal): -9996945 or 7304551. OLE color: 7304551.

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

Color convert

RGB 103 117 111 -
CMYK 0.12 0 0.05 0.54
HSL 154.29º 0.06% 0.43% -
HSV(B) 154.29º 0.12% 0.46% -
XYZ 14.82 16.75 17.49 -
YUV 112.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 103 117 111 0.12 0 0.05 0.54 154.29 0.06 0.43
Hex 67 75 6F C 0 5 36 9A 6 2B
Octal 147 165 157 14 0 5 66 232 6 53
Binary 1100111 1110101 1101111 1100 0 101 110110 10011010 110 101011

Color Harmonies of #67756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67756F

Black with #67756F

Text Example


Text Example

White with #67756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67756F; }

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

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

background-color css

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

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

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

border-color css

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

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

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