Html Css Color HEX #747D79 Sirocco

📋 copy color: '#747D79'

red 116 ◦ green 125 ◦ blue 121

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

Shades of Sirocco #747D79

Tints of Sirocco #747D79

RGB

 RED value IS 116 (45.7% from 255) = 32.04%

 GREEN value IS 125 (49.22% from 255) = 34.53%

 BLUE value IS 121 (47.66% from 255) = 33.43%

R = 32.04%
G = 34.53%
B = 33.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#747D79 (or 0x747D79) is known color: Sirocco. HEX triplet: 74, 7D and 79. RGB value is (116,125,121). Sum of RGB (Red+Green+Blue) = 116+125+121=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 125 - color contains mainly: green. Hex color #747D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747D79 is #8B8286. Grayscale: #797979. Windows color (decimal): -9142919 or 7961972. OLE color: 7961972.

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

Color convert

RGB 116 125 121 -
CMYK 0.07 0 0.03 0.51
HSL 153.33º 0.04% 0.47% -
HSV(B) 153.33º 0.07% 0.49% -
XYZ 17.99 19.76 20.96 -
YUV 121.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 116 125 121 0.07 0 0.03 0.51 153.33 0.04 0.47
Hex 74 7D 79 7 0 3 33 99 4 2F
Octal 164 175 171 7 0 3 63 231 4 57
Binary 1110100 1111101 1111001 111 0 11 110011 10011001 100 101111

Color Harmonies of #747D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D79

Black with #747D79

Text Example


Text Example

White with #747D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747D79; }

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

 H1.HeaderClassName
 {
   color: #747D79;
 }
 .AnyTagClassName
 {
   color: #747D79;
 }
</style>

background-color css

<style>
 a { background-color: #747D79; }

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

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

border-color css

<style>
 span { border-color: #747D79; }

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

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