Html Css Color HEX #857C7A Hurricane

📋 copy color: '#857C7A'

red 133 ◦ green 124 ◦ blue 122

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

Shades of Hurricane #857C7A

Tints of Hurricane #857C7A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.72%

 BLUE value IS 122 (48.05% from 255) = 32.19%

R = 35.09%
G = 32.72%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#857C7A (or 0x857C7A) is known color: Hurricane. HEX triplet: 85, 7C and 7A. RGB value is (133,124,122). Sum of RGB (Red+Green+Blue) = 133+124+122=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 133 - color contains mainly: red. Hex color #857C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C7A is #7A8385. Grayscale: #7E7E7E. Windows color (decimal): -8029062 or 8027269. OLE color: 8027269.

HSL color Cylindrical-coordinate representation of color #857C7A: hue angle of 10.91º 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 #857C7A is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 124 122 -
CMYK 0 0.07 0.08 0.48
HSL 10.91º 0.04% 0.5% -
HSV(B) 10.91º 0.08% 0.52% -
XYZ 20.39 20.81 21.35 -
YUV 126.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 133 124 122 0 0.07 0.08 0.48 10.91 0.04 0.5
Hex 85 7C 7A 0 7 8 30 B 4 32
Octal 205 174 172 0 7 10 60 13 4 62
Binary 10000101 1111100 1111010 0 111 1000 110000 1011 100 110010

Color Harmonies of #857C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C7A

Black with #857C7A

Text Example


Text Example

White with #857C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,124,122); }

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

background-color css

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

 a { background-color: rgb(133,124,122); }

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

border-color css

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

 span { border-color: rgb(133,124,122); }

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