Html Css Color HEX #767473 Hurricane

📋 copy color: '#767473'

red 118 ◦ green 116 ◦ blue 115

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

Shades of Hurricane #767473

Tints of Hurricane #767473

RGB

 RED value IS 118 (46.48% from 255) = 33.81%

 GREEN value IS 116 (45.7% from 255) = 33.24%

 BLUE value IS 115 (45.31% from 255) = 32.95%

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#767473 (or 0x767473) is known color: Hurricane. HEX triplet: 76, 74 and 73. RGB value is (118,116,115). Sum of RGB (Red+Green+Blue) = 118+116+115=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 118 - color contains mainly: red. Hex color #767473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767473 is #898B8C. Grayscale: #747474. Windows color (decimal): -9014157 or 7566454. OLE color: 7566454.

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

Color convert

RGB 118 116 115 -
CMYK 0 0.02 0.03 0.54
HSL 20º 0.01% 0.46% -
HSV(B) 20º 0.03% 0.46% -
XYZ 16.81 17.58 18.73 -
YUV 116.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 118 116 115 0 0.02 0.03 0.54 20 0.01 0.46
Hex 76 74 73 0 2 3 36 14 1 2E
Octal 166 164 163 0 2 3 66 24 1 56
Binary 1110110 1110100 1110011 0 10 11 110110 10100 1 101110

Color Harmonies of #767473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767473

Black with #767473

Text Example


Text Example

White with #767473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767473; }

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

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

background-color css

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

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

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

border-color css

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

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

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