Html Css Color HEX #747775 Sirocco

📋 copy color: '#747775'

red 116 ◦ green 119 ◦ blue 117

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

Shades of Sirocco #747775

Tints of Sirocco #747775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.81%

 BLUE value IS 117 (46.09% from 255) = 33.24%

R = 32.95%
G = 33.81%
B = 33.24%

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

#747775 (or 0x747775) is known color: Sirocco. HEX triplet: 74, 77 and 75. RGB value is (116,119,117). Sum of RGB (Red+Green+Blue) = 116+119+117=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 119 - color contains mainly: green. Hex color #747775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747775 is #8B888A. Grayscale: #757575. Windows color (decimal): -9144459 or 7698292. OLE color: 7698292.

HSL color Cylindrical-coordinate representation of color #747775: hue angle of 140º degrees, saturation: 0.01, 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 #747775 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 119 117 -
CMYK 0.03 0 0.02 0.53
HSL 140º 0.01% 0.46% -
HSV(B) 140º 0.03% 0.47% -
XYZ 17.01 18.19 19.44 -
YUV 117.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 116 119 117 0.03 0 0.02 0.53 140 0.01 0.46
Hex 74 77 75 3 0 2 35 8C 1 2E
Octal 164 167 165 3 0 2 65 214 1 56
Binary 1110100 1110111 1110101 11 0 10 110101 10001100 1 101110

Color Harmonies of #747775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747775

Black with #747775

Text Example


Text Example

White with #747775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747775; }

 p { color: rgb(116,119,117); }

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

background-color css

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

 a { background-color: rgb(116,119,117); }

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

border-color css

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

 span { border-color: rgb(116,119,117); }

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