Html Css Color HEX #67796A Sirocco

📋 copy color: '#67796A'

red 103 ◦ green 121 ◦ blue 106

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

Shades of Sirocco #67796A

Tints of Sirocco #67796A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.67%

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

R = 31.21%
G = 36.67%
B = 32.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#67796A (or 0x67796A) is known color: Sirocco. HEX triplet: 67, 79 and 6A. RGB value is (103,121,106). Sum of RGB (Red+Green+Blue) = 103+121+106=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 121 - color contains mainly: green. Hex color #67796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67796A is #988695. Grayscale: #717171. Windows color (decimal): -9995926 or 6977895. OLE color: 6977895.

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

Color convert

RGB 103 121 106 -
CMYK 0.15 0 0.12 0.53
HSL 130º 0.08% 0.44% -
HSV(B) 130º 0.15% 0.47% -
XYZ 15.03 17.6 16.24 -
YUV 113.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 103 121 106 0.15 0 0.12 0.53 130 0.08 0.44
Hex 67 79 6A F 0 C 35 82 8 2C
Octal 147 171 152 17 0 14 65 202 10 54
Binary 1100111 1111001 1101010 1111 0 1100 110101 10000010 1000 101100

Color Harmonies of #67796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67796A

Black with #67796A

Text Example


Text Example

White with #67796A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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