Html Css Color HEX #827C7A Hurricane

📋 copy color: '#827C7A'

red 130 ◦ green 124 ◦ blue 122

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

Shades of Hurricane #827C7A

Tints of Hurricane #827C7A

RGB

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

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

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

R = 34.57%
G = 32.98%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#827C7A (or 0x827C7A) is known color: Hurricane. HEX triplet: 82, 7C and 7A. RGB value is (130,124,122). Sum of RGB (Red+Green+Blue) = 130+124+122=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 130 - color contains mainly: red. Hex color #827C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C7A is #7D8385. Grayscale: #7D7D7D. Windows color (decimal): -8225670 or 8027266. OLE color: 8027266.

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

Color convert

RGB 130 124 122 -
CMYK 0 0.05 0.06 0.49
HSL 15º 0.03% 0.49% -
HSV(B) 15º 0.06% 0.51% -
XYZ 19.93 20.57 21.33 -
YUV 125.57 125.99 131.16 -
System Red Green Blue C M Y K H S L
Decimal 130 124 122 0 0.05 0.06 0.49 15 0.03 0.49
Hex 82 7C 7A 0 5 6 31 F 3 31
Octal 202 174 172 0 5 6 61 17 3 61
Binary 10000010 1111100 1111010 0 101 110 110001 1111 11 110001

Color Harmonies of #827C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C7A

Black with #827C7A

Text Example


Text Example

White with #827C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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