Html Css Color HEX #917E74 Hurricane

📋 copy color: '#917E74'

red 145 ◦ green 126 ◦ blue 116

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

Shades of Hurricane #917E74

Tints of Hurricane #917E74

RGB

 RED value IS 145 (57.03% from 255) = 37.47%

 GREEN value IS 126 (49.61% from 255) = 32.56%

 BLUE value IS 116 (45.7% from 255) = 29.97%

R = 37.47%
G = 32.56%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#917E74 (or 0x917E74) is known color: Hurricane. HEX triplet: 91, 7E and 74. RGB value is (145,126,116). Sum of RGB (Red+Green+Blue) = 145+126+116=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 145 - color contains mainly: red. Hex color #917E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E74 is #6E818B. Grayscale: #828282. Windows color (decimal): -7242124 or 7634577. OLE color: 7634577.

HSL color Cylindrical-coordinate representation of color #917E74: hue angle of 20.69º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #917E74 is Cyan = 0, Magento = 0.13, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 126 116 -
CMYK 0 0.13 0.2 0.43
HSL 20.69º 0.12% 0.51% -
HSV(B) 20.69º 0.2% 0.57% -
XYZ 22.29 22.2 19.63 -
YUV 130.54 119.79 138.31 -
System Red Green Blue C M Y K H S L
Decimal 145 126 116 0 0.13 0.2 0.43 20.69 0.12 0.51
Hex 91 7E 74 0 D 14 2B 15 C 33
Octal 221 176 164 0 15 24 53 25 14 63
Binary 10010001 1111110 1110100 0 1101 10100 101011 10101 1100 110011

Color Harmonies of #917E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917E74

Black with #917E74

Text Example


Text Example

White with #917E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917E74; }

 p { color: rgb(145,126,116); }

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

background-color css

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

 a { background-color: rgb(145,126,116); }

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

border-color css

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

 span { border-color: rgb(145,126,116); }

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