Html Css Color HEX #857F7B Hurricane

📋 copy color: '#857F7B'

red 133 ◦ green 127 ◦ blue 123

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

Shades of Hurricane #857F7B

Tints of Hurricane #857F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.11%

R = 34.73%
G = 33.16%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#857F7B (or 0x857F7B) is known color: Hurricane. HEX triplet: 85, 7F and 7B. RGB value is (133,127,123). Sum of RGB (Red+Green+Blue) = 133+127+123=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 133 - color contains mainly: red. Hex color #857F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F7B is #7A8084. Grayscale: #808080. Windows color (decimal): -8028293 or 8093573. OLE color: 8093573.

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

Color convert

RGB 133 127 123 -
CMYK 0 0.05 0.08 0.48
HSL 24º 0.04% 0.5% -
HSV(B) 24º 0.08% 0.52% -
XYZ 20.84 21.6 21.81 -
YUV 128.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 133 127 123 0 0.05 0.08 0.48 24 0.04 0.5
Hex 85 7F 7B 0 5 8 30 18 4 32
Octal 205 177 173 0 5 10 60 30 4 62
Binary 10000101 1111111 1111011 0 101 1000 110000 11000 100 110010

Color Harmonies of #857F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857F7B

Black with #857F7B

Text Example


Text Example

White with #857F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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