Html Css Color HEX #7E7774 Hurricane

📋 copy color: '#7E7774'

red 126 ◦ green 119 ◦ blue 116

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

Shades of Hurricane #7E7774

Tints of Hurricane #7E7774

RGB

 RED value IS 126 (49.61% from 255) = 34.9%

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

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

R = 34.9%
G = 32.96%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7E7774 (or 0x7E7774) is known color: Hurricane. HEX triplet: 7E, 77 and 74. RGB value is (126,119,116). Sum of RGB (Red+Green+Blue) = 126+119+116=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7774 is #81888B. Grayscale: #787878. Windows color (decimal): -8489100 or 7632766. OLE color: 7632766.

HSL color Cylindrical-coordinate representation of color #7E7774: hue angle of 18º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7E7774 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 119 116 -
CMYK 0 0.06 0.08 0.51
HSL 18º 0.04% 0.47% -
HSV(B) 18º 0.08% 0.49% -
XYZ 18.35 18.89 19.2 -
YUV 120.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 126 119 116 0 0.06 0.08 0.51 18 0.04 0.47
Hex 7E 77 74 0 6 8 33 12 4 2F
Octal 176 167 164 0 6 10 63 22 4 57
Binary 1111110 1110111 1110100 0 110 1000 110011 10010 100 101111

Color Harmonies of #7E7774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7774

Black with #7E7774

Text Example


Text Example

White with #7E7774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E7774; }

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

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

background-color css

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

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

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

border-color css

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

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

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