Html Css Color HEX #747D78 Sirocco

📋 copy color: '#747D78'

red 116 ◦ green 125 ◦ blue 120

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

Shades of Sirocco #747D78

Tints of Sirocco #747D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 32.13%
G = 34.63%
B = 33.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#747D78 (or 0x747D78) is known color: Sirocco. HEX triplet: 74, 7D and 78. RGB value is (116,125,120). Sum of RGB (Red+Green+Blue) = 116+125+120=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 125 - color contains mainly: green. Hex color #747D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747D78 is #8B8287. Grayscale: #797979. Windows color (decimal): -9142920 or 7896436. OLE color: 7896436.

HSL color Cylindrical-coordinate representation of color #747D78: hue angle of 146.67º 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 #747D78 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 125 120 -
CMYK 0.07 0 0.04 0.51
HSL 146.67º 0.04% 0.47% -
HSV(B) 146.67º 0.07% 0.49% -
XYZ 17.93 19.74 20.63 -
YUV 121.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 116 125 120 0.07 0 0.04 0.51 146.67 0.04 0.47
Hex 74 7D 78 7 0 4 33 93 4 2F
Octal 164 175 170 7 0 4 63 223 4 57
Binary 1110100 1111101 1111000 111 0 100 110011 10010011 100 101111

Color Harmonies of #747D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D78

Black with #747D78

Text Example


Text Example

White with #747D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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