Html Css Color HEX #827A75 Hurricane

📋 copy color: '#827A75'

red 130 ◦ green 122 ◦ blue 117

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

Shades of Hurricane #827A75

Tints of Hurricane #827A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.71%

R = 35.23%
G = 33.06%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#827A75 (or 0x827A75) is known color: Hurricane. HEX triplet: 82, 7A and 75. RGB value is (130,122,117). Sum of RGB (Red+Green+Blue) = 130+122+117=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 130 - color contains mainly: red. Hex color #827A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A75 is #7D858A. Grayscale: #7B7B7B. Windows color (decimal): -8226187 or 7699074. OLE color: 7699074.

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

Color convert

RGB 130 122 117 -
CMYK 0 0.06 0.1 0.49
HSL 23.08º 0.05% 0.48% -
HSV(B) 23.08º 0.1% 0.51% -
XYZ 19.38 19.95 19.66 -
YUV 123.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 130 122 117 0 0.06 0.1 0.49 23.08 0.05 0.48
Hex 82 7A 75 0 6 A 31 17 5 30
Octal 202 172 165 0 6 12 61 27 5 60
Binary 10000010 1111010 1110101 0 110 1010 110001 10111 101 110000

Color Harmonies of #827A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A75

Black with #827A75

Text Example


Text Example

White with #827A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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