Html Css Color HEX #79817D Sirocco

📋 copy color: '#79817D'

red 121 ◦ green 129 ◦ blue 125

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

Shades of Sirocco #79817D

Tints of Sirocco #79817D

RGB

 RED value IS 121 (47.66% from 255) = 32.27%

 GREEN value IS 129 (50.78% from 255) = 34.4%

 BLUE value IS 125 (49.22% from 255) = 33.33%

R = 32.27%
G = 34.4%
B = 33.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#79817D (or 0x79817D) is known color: Sirocco. HEX triplet: 79, 81 and 7D. RGB value is (121,129,125). Sum of RGB (Red+Green+Blue) = 121+129+125=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 129 - color contains mainly: green. Hex color #79817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79817D is #867E82. Grayscale: #7E7E7E. Windows color (decimal): -8814211 or 8225145. OLE color: 8225145.

HSL color Cylindrical-coordinate representation of color #79817D: hue angle of 150º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #79817D is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 121 129 125 -
CMYK 0.06 0 0.03 0.49
HSL 150º 0.03% 0.49% -
HSV(B) 150º 0.06% 0.51% -
XYZ 19.44 21.25 22.48 -
YUV 126.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 121 129 125 0.06 0 0.03 0.49 150 0.03 0.49
Hex 79 81 7D 6 0 3 31 96 3 31
Octal 171 201 175 6 0 3 61 226 3 61
Binary 1111001 10000001 1111101 110 0 11 110001 10010110 11 110001

Color Harmonies of #79817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79817D

Black with #79817D

Text Example


Text Example

White with #79817D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79817D; }

 p { color: rgb(121,129,125); }

 H1.HeaderClassName
 {
   color: #79817D;
 }
 .AnyTagClassName
 {
   color: #79817D;
 }
</style>

background-color css

<style>
 a { background-color: #79817D; }

 a { background-color: rgb(121,129,125); }

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

border-color css

<style>
 span { border-color: #79817D; }

 span { border-color: rgb(121,129,125); }

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