Html Css Color HEX #7C7572 Hurricane

📋 copy color: '#7C7572'

red 124 ◦ green 117 ◦ blue 114

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

Shades of Hurricane #7C7572

Tints of Hurricane #7C7572

RGB

 RED value IS 124 (48.83% from 255) = 34.93%

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

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

R = 34.93%
G = 32.96%
B = 32.11%

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

#7C7572 (or 0x7C7572) is known color: Hurricane. HEX triplet: 7C, 75 and 72. RGB value is (124,117,114). Sum of RGB (Red+Green+Blue) = 124+117+114=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7572 is #838A8D. Grayscale: #767676. Windows color (decimal): -8620686 or 7501180. OLE color: 7501180.

HSL color Cylindrical-coordinate representation of color #7C7572: 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 #7C7572 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 117 114 -
CMYK 0 0.06 0.08 0.51
HSL 18º 0.04% 0.47% -
HSV(B) 18º 0.08% 0.49% -
XYZ 17.71 18.22 18.5 -
YUV 118.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 124 117 114 0 0.06 0.08 0.51 18 0.04 0.47
Hex 7C 75 72 0 6 8 33 12 4 2F
Octal 174 165 162 0 6 10 63 22 4 57
Binary 1111100 1110101 1110010 0 110 1000 110011 10010 100 101111

Color Harmonies of #7C7572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7572

Black with #7C7572

Text Example


Text Example

White with #7C7572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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