Html Css Color HEX #67776A Sirocco

📋 copy color: '#67776A'

red 103 ◦ green 119 ◦ blue 106

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

Shades of Sirocco #67776A

Tints of Sirocco #67776A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.28%

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

R = 31.4%
G = 36.28%
B = 32.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#67776A (or 0x67776A) is known color: Sirocco. HEX triplet: 67, 77 and 6A. RGB value is (103,119,106). Sum of RGB (Red+Green+Blue) = 103+119+106=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 119 - color contains mainly: green. Hex color #67776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67776A is #988895. Grayscale: #707070. Windows color (decimal): -9996438 or 6977383. OLE color: 6977383.

HSL color Cylindrical-coordinate representation of color #67776A: hue angle of 131.25º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #67776A is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 103 119 106 -
CMYK 0.13 0 0.11 0.53
HSL 131.25º 0.07% 0.44% -
HSV(B) 131.25º 0.13% 0.47% -
XYZ 14.79 17.12 16.16 -
YUV 112.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 103 119 106 0.13 0 0.11 0.53 131.25 0.07 0.44
Hex 67 77 6A D 0 B 35 83 7 2C
Octal 147 167 152 15 0 13 65 203 7 54
Binary 1100111 1110111 1101010 1101 0 1011 110101 10000011 111 101100

Color Harmonies of #67776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67776A

Black with #67776A

Text Example


Text Example

White with #67776A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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