Html Css Color HEX #7E7B7A Hurricane

📋 copy color: '#7E7B7A'

red 126 ◦ green 123 ◦ blue 122

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

Shades of Hurricane #7E7B7A

Tints of Hurricane #7E7B7A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.15%

 BLUE value IS 122 (48.05% from 255) = 32.88%

R = 33.96%
G = 33.15%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7E7B7A (or 0x7E7B7A) is known color: Hurricane. HEX triplet: 7E, 7B and 7A. RGB value is (126,123,122). Sum of RGB (Red+Green+Blue) = 126+123+122=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7B7A is #818485. Grayscale: #7B7B7B. Windows color (decimal): -8488070 or 8027006. OLE color: 8027006.

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

Color convert

RGB 126 123 122 -
CMYK 0 0.02 0.03 0.51
HSL 15º 0.02% 0.49% -
HSV(B) 15º 0.03% 0.49% -
XYZ 19.2 20.01 21.26 -
YUV 123.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 126 123 122 0 0.02 0.03 0.51 15 0.02 0.49
Hex 7E 7B 7A 0 2 3 33 F 2 31
Octal 176 173 172 0 2 3 63 17 2 61
Binary 1111110 1111011 1111010 0 10 11 110011 1111 10 110001

Color Harmonies of #7E7B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7B7A

Black with #7E7B7A

Text Example


Text Example

White with #7E7B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,123,122); }

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

background-color css

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

 a { background-color: rgb(126,123,122); }

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

border-color css

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

 span { border-color: rgb(126,123,122); }

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