Html Css Color HEX #67766F Sirocco

📋 copy color: '#67766F'

red 103 ◦ green 118 ◦ blue 111

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

Shades of Sirocco #67766F

Tints of Sirocco #67766F

RGB

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

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

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

R = 31.02%
G = 35.54%
B = 33.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#67766F (or 0x67766F) is known color: Sirocco. HEX triplet: 67, 76 and 6F. RGB value is (103,118,111). Sum of RGB (Red+Green+Blue) = 103+118+111=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 118 - color contains mainly: green. Hex color #67766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67766F is #988990. Grayscale: #707070. Windows color (decimal): -9996689 or 7304807. OLE color: 7304807.

HSL color Cylindrical-coordinate representation of color #67766F: hue angle of 152º 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 #67766F is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 118 111 -
CMYK 0.13 0 0.06 0.54
HSL 152º 0.07% 0.43% -
HSV(B) 152º 0.13% 0.46% -
XYZ 14.94 16.99 17.53 -
YUV 112.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 103 118 111 0.13 0 0.06 0.54 152 0.07 0.43
Hex 67 76 6F D 0 6 36 98 7 2B
Octal 147 166 157 15 0 6 66 230 7 53
Binary 1100111 1110110 1101111 1101 0 110 110110 10011000 111 101011

Color Harmonies of #67766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67766F

Black with #67766F

Text Example


Text Example

White with #67766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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