Html Css Color HEX #747876 Sirocco

📋 copy color: '#747876'

red 116 ◦ green 120 ◦ blue 118

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

Shades of Sirocco #747876

Tints of Sirocco #747876

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.9%

 BLUE value IS 118 (46.48% from 255) = 33.33%

R = 32.77%
G = 33.9%
B = 33.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#747876 (or 0x747876) is known color: Sirocco. HEX triplet: 74, 78 and 76. RGB value is (116,120,118). Sum of RGB (Red+Green+Blue) = 116+120+118=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 120 - color contains mainly: green. Hex color #747876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747876 is #8B8789. Grayscale: #767676. Windows color (decimal): -9144202 or 7764084. OLE color: 7764084.

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

Color convert

RGB 116 120 118 -
CMYK 0.03 0 0.02 0.53
HSL 150º 0.02% 0.46% -
HSV(B) 150º 0.03% 0.47% -
XYZ 17.19 18.45 19.8 -
YUV 118.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 116 120 118 0.03 0 0.02 0.53 150 0.02 0.46
Hex 74 78 76 3 0 2 35 96 2 2E
Octal 164 170 166 3 0 2 65 226 2 56
Binary 1110100 1111000 1110110 11 0 10 110101 10010110 10 101110

Color Harmonies of #747876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747876

Black with #747876

Text Example


Text Example

White with #747876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747876; }

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

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

background-color css

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

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

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

border-color css

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

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

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