Html Css Color HEX #67766A Sirocco

📋 copy color: '#67766A'

red 103 ◦ green 118 ◦ blue 106

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

Shades of Sirocco #67766A

Tints of Sirocco #67766A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.42%

R = 31.5%
G = 36.09%
B = 32.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#67766A (or 0x67766A) is known color: Sirocco. HEX triplet: 67, 76 and 6A. RGB value is (103,118,106). Sum of RGB (Red+Green+Blue) = 103+118+106=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 118 - color contains mainly: green. Hex color #67766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67766A is #988995. Grayscale: #707070. Windows color (decimal): -9996694 or 6977127. OLE color: 6977127.

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

Color convert

RGB 103 118 106 -
CMYK 0.13 0 0.10 0.54
HSL 132º 0.07% 0.43% -
HSV(B) 132º 0.13% 0.46% -
XYZ 14.67 16.88 16.12 -
YUV 112.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 103 118 106 0.13 0 0.10 0.54 132 0.07 0.43
Hex 67 76 6A D 0 A 36 84 7 2B
Octal 147 166 152 15 0 12 66 204 7 53
Binary 1100111 1110110 1101010 1101 0 1010 110110 10000100 111 101011

Color Harmonies of #67766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67766A

Black with #67766A

Text Example


Text Example

White with #67766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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