Html Css Color HEX #7D7571 Hurricane

📋 copy color: '#7D7571'

red 125 ◦ green 117 ◦ blue 113

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

Shades of Hurricane #7D7571

Tints of Hurricane #7D7571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.83%

R = 35.21%
G = 32.96%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D7571 (or 0x7D7571) is known color: Hurricane. HEX triplet: 7D, 75 and 71. RGB value is (125,117,113). Sum of RGB (Red+Green+Blue) = 125+117+113=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7571 is #828A8E. Grayscale: #767676. Windows color (decimal): -8555151 or 7435645. OLE color: 7435645.

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

Color convert

RGB 125 117 113 -
CMYK 0 0.06 0.10 0.51
HSL 20º 0.05% 0.47% -
HSV(B) 20º 0.1% 0.49% -
XYZ 17.8 18.27 18.21 -
YUV 118.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 125 117 113 0 0.06 0.10 0.51 20 0.05 0.47
Hex 7D 75 71 0 6 A 33 14 5 2F
Octal 175 165 161 0 6 12 63 24 5 57
Binary 1111101 1110101 1110001 0 110 1010 110011 10100 101 101111

Color Harmonies of #7D7571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7571

Black with #7D7571

Text Example


Text Example

White with #7D7571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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