Html Css Color HEX #82746E Hurricane

📋 copy color: '#82746E'

red 130 ◦ green 116 ◦ blue 110

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

Shades of Hurricane #82746E

Tints of Hurricane #82746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.58%

 BLUE value IS 110 (43.36% from 255) = 30.9%

R = 36.52%
G = 32.58%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82746E (or 0x82746E) is known color: Hurricane. HEX triplet: 82, 74 and 6E. RGB value is (130,116,110). Sum of RGB (Red+Green+Blue) = 130+116+110=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 130 - color contains mainly: red. Hex color #82746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82746E is #7D8B91. Grayscale: #777777. Windows color (decimal): -8227730 or 7238786. OLE color: 7238786.

HSL color Cylindrical-coordinate representation of color #82746E: hue angle of 18º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #82746E is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 116 110 -
CMYK 0 0.11 0.15 0.49
HSL 18º 0.08% 0.47% -
HSV(B) 18º 0.15% 0.51% -
XYZ 18.27 18.36 17.33 -
YUV 119.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 130 116 110 0 0.11 0.15 0.49 18 0.08 0.47
Hex 82 74 6E 0 B F 31 12 8 2F
Octal 202 164 156 0 13 17 61 22 10 57
Binary 10000010 1110100 1101110 0 1011 1111 110001 10010 1000 101111

Color Harmonies of #82746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82746E

Black with #82746E

Text Example


Text Example

White with #82746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82746E; }

 p { color: rgb(130,116,110); }

 H1.HeaderClassName
 {
   color: #82746E;
 }
 .AnyTagClassName
 {
   color: #82746E;
 }
</style>

background-color css

<style>
 a { background-color: #82746E; }

 a { background-color: rgb(130,116,110); }

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

border-color css

<style>
 span { border-color: #82746E; }

 span { border-color: rgb(130,116,110); }

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