Html Css Color HEX #827A77 Hurricane

📋 copy color: '#827A77'

red 130 ◦ green 122 ◦ blue 119

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

Shades of Hurricane #827A77

Tints of Hurricane #827A77

RGB

 RED value IS 130 (51.17% from 255) = 35.04%

 GREEN value IS 122 (48.05% from 255) = 32.88%

 BLUE value IS 119 (46.88% from 255) = 32.08%

R = 35.04%
G = 32.88%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#827A77 (or 0x827A77) is known color: Hurricane. HEX triplet: 82, 7A and 77. RGB value is (130,122,119). Sum of RGB (Red+Green+Blue) = 130+122+119=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 130 - color contains mainly: red. Hex color #827A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A77 is #7D8588. Grayscale: #7C7C7C. Windows color (decimal): -8226185 or 7830146. OLE color: 7830146.

HSL color Cylindrical-coordinate representation of color #827A77: hue angle of 16.36º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #827A77 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 122 119 -
CMYK 0 0.06 0.08 0.49
HSL 16.36º 0.04% 0.49% -
HSV(B) 16.36º 0.08% 0.51% -
XYZ 19.5 20 20.29 -
YUV 124.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 130 122 119 0 0.06 0.08 0.49 16.36 0.04 0.49
Hex 82 7A 77 0 6 8 31 10 4 31
Octal 202 172 167 0 6 10 61 20 4 61
Binary 10000010 1111010 1110111 0 110 1000 110001 10000 100 110001

Color Harmonies of #827A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A77

Black with #827A77

Text Example


Text Example

White with #827A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827A77; }

 p { color: rgb(130,122,119); }

 H1.HeaderClassName
 {
   color: #827A77;
 }
 .AnyTagClassName
 {
   color: #827A77;
 }
</style>

background-color css

<style>
 a { background-color: #827A77; }

 a { background-color: rgb(130,122,119); }

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

border-color css

<style>
 span { border-color: #827A77; }

 span { border-color: rgb(130,122,119); }

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