Html Css Color HEX #7D7572 Hurricane

📋 copy color: '#7D7572'

red 125 ◦ green 117 ◦ blue 114

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

Shades of Hurricane #7D7572

Tints of Hurricane #7D7572

RGB

 RED value IS 125 (49.22% from 255) = 35.11%

 GREEN value IS 117 (46.09% from 255) = 32.87%

 BLUE value IS 114 (44.92% from 255) = 32.02%

R = 35.11%
G = 32.87%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7D7572 (or 0x7D7572) is known color: Hurricane. HEX triplet: 7D, 75 and 72. RGB value is (125,117,114). Sum of RGB (Red+Green+Blue) = 125+117+114=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7572 is #828A8D. Grayscale: #777777. Windows color (decimal): -8555150 or 7501181. OLE color: 7501181.

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

Color convert

RGB 125 117 114 -
CMYK 0 0.06 0.09 0.51
HSL 16.36º 0.05% 0.47% -
HSV(B) 16.36º 0.09% 0.49% -
XYZ 17.86 18.3 18.51 -
YUV 119.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 125 117 114 0 0.06 0.09 0.51 16.36 0.05 0.47
Hex 7D 75 72 0 6 9 33 10 5 2F
Octal 175 165 162 0 6 11 63 20 5 57
Binary 1111101 1110101 1110010 0 110 1001 110011 10000 101 101111

Color Harmonies of #7D7572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7572

Black with #7D7572

Text Example


Text Example

White with #7D7572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,117,114); }

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

background-color css

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

 a { background-color: rgb(125,117,114); }

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

border-color css

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

 span { border-color: rgb(125,117,114); }

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