Html Css Color HEX #857F7D Hurricane

📋 copy color: '#857F7D'

red 133 ◦ green 127 ◦ blue 125

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

Shades of Hurricane #857F7D

Tints of Hurricane #857F7D

RGB

 RED value IS 133 (52.34% from 255) = 34.55%

 GREEN value IS 127 (50% from 255) = 32.99%

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 34.55%
G = 32.99%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#857F7D (or 0x857F7D) is known color: Hurricane. HEX triplet: 85, 7F and 7D. RGB value is (133,127,125). Sum of RGB (Red+Green+Blue) = 133+127+125=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 133 - color contains mainly: red. Hex color #857F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F7D is #7A8082. Grayscale: #808080. Windows color (decimal): -8028291 or 8224645. OLE color: 8224645.

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

Color convert

RGB 133 127 125 -
CMYK 0 0.05 0.06 0.48
HSL 15º 0.03% 0.51% -
HSV(B) 15º 0.06% 0.52% -
XYZ 20.96 21.65 22.48 -
YUV 128.57 125.99 131.16 -
System Red Green Blue C M Y K H S L
Decimal 133 127 125 0 0.05 0.06 0.48 15 0.03 0.51
Hex 85 7F 7D 0 5 6 30 F 3 33
Octal 205 177 175 0 5 6 60 17 3 63
Binary 10000101 1111111 1111101 0 101 110 110000 1111 11 110011

Color Harmonies of #857F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857F7D

Black with #857F7D

Text Example


Text Example

White with #857F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857F7D; }

 p { color: rgb(133,127,125); }

 H1.HeaderClassName
 {
   color: #857F7D;
 }
 .AnyTagClassName
 {
   color: #857F7D;
 }
</style>

background-color css

<style>
 a { background-color: #857F7D; }

 a { background-color: rgb(133,127,125); }

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

border-color css

<style>
 span { border-color: #857F7D; }

 span { border-color: rgb(133,127,125); }

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