Html Css Color HEX #837A75 Hurricane

📋 copy color: '#837A75'

red 131 ◦ green 122 ◦ blue 117

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

Shades of Hurricane #837A75

Tints of Hurricane #837A75

RGB

 RED value IS 131 (51.56% from 255) = 35.41%

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

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

R = 35.41%
G = 32.97%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#837A75 (or 0x837A75) is known color: Hurricane. HEX triplet: 83, 7A and 75. RGB value is (131,122,117). Sum of RGB (Red+Green+Blue) = 131+122+117=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 131 - color contains mainly: red. Hex color #837A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837A75 is #7C858A. Grayscale: #7C7C7C. Windows color (decimal): -8160651 or 7699075. OLE color: 7699075.

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

Color convert

RGB 131 122 117 -
CMYK 0 0.07 0.11 0.49
HSL 21.43º 0.06% 0.49% -
HSV(B) 21.43º 0.11% 0.51% -
XYZ 19.53 20.03 19.67 -
YUV 124.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 131 122 117 0 0.07 0.11 0.49 21.43 0.06 0.49
Hex 83 7A 75 0 7 B 31 15 6 31
Octal 203 172 165 0 7 13 61 25 6 61
Binary 10000011 1111010 1110101 0 111 1011 110001 10101 110 110001

Color Harmonies of #837A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837A75

Black with #837A75

Text Example


Text Example

White with #837A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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