Html Css Color HEX #848975 Gunsmoke

📋 copy color: '#848975'

red 132 ◦ green 137 ◦ blue 117

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

Shades of Gunsmoke #848975

Tints of Gunsmoke #848975

RGB

 RED value IS 132 (51.95% from 255) = 34.2%

 GREEN value IS 137 (53.91% from 255) = 35.49%

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

R = 34.2%
G = 35.49%
B = 30.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#848975 (or 0x848975) is known color: Gunsmoke. HEX triplet: 84, 89 and 75. RGB value is (132,137,117). Sum of RGB (Red+Green+Blue) = 132+137+117=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 137 - color contains mainly: green. Hex color #848975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848975 is #7B768A. Grayscale: #858585. Windows color (decimal): -8091275 or 7702916. OLE color: 7702916.

HSL color Cylindrical-coordinate representation of color #848975: hue angle of 75º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #848975 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 132 137 117 -
CMYK 0.04 0 0.15 0.46
HSL 75º 0.08% 0.5% -
HSV(B) 75º 0.15% 0.54% -
XYZ 21.67 24.08 20.34 -
YUV 133.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 132 137 117 0.04 0 0.15 0.46 75 0.08 0.5
Hex 84 89 75 4 0 F 2E 4B 8 32
Octal 204 211 165 4 0 17 56 113 10 62
Binary 10000100 10001001 1110101 100 0 1111 101110 1001011 1000 110010

Color Harmonies of #848975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848975

Black with #848975

Text Example


Text Example

White with #848975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848975; }

 p { color: rgb(132,137,117); }

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

background-color css

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

 a { background-color: rgb(132,137,117); }

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

border-color css

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

 span { border-color: rgb(132,137,117); }

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