Html Css Color HEX #847C80 Venus

📋 copy color: '#847C80'

red 132 ◦ green 124 ◦ blue 128

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

Shades of Venus #847C80

Tints of Venus #847C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.33%

R = 34.38%
G = 32.29%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#847C80 (or 0x847C80) is known color: Venus. HEX triplet: 84, 7C and 80. RGB value is (132,124,128). Sum of RGB (Red+Green+Blue) = 132+124+128=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 132 - color contains mainly: red. Hex color #847C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847C80 is #7B837F. Grayscale: #7E7E7E. Windows color (decimal): -8094592 or 8420484. OLE color: 8420484.

HSL color Cylindrical-coordinate representation of color #847C80: hue angle of 330º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #847C80 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 124 128 -
CMYK 0 0.06 0.03 0.48
HSL 330º 0.03% 0.5% -
HSV(B) 330º 0.06% 0.52% -
XYZ 20.62 20.88 23.37 -
YUV 126.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 132 124 128 0 0.06 0.03 0.48 330 0.03 0.5
Hex 84 7C 80 0 6 3 30 14A 3 32
Octal 204 174 200 0 6 3 60 512 3 62
Binary 10000100 1111100 10000000 0 110 11 110000 101001010 11 110010

Color Harmonies of #847C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847C80

Black with #847C80

Text Example


Text Example

White with #847C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847C80; }

 p { color: rgb(132,124,128); }

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

background-color css

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

 a { background-color: rgb(132,124,128); }

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

border-color css

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

 span { border-color: rgb(132,124,128); }

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