Html Css Color HEX #847B7F Venus

📋 copy color: '#847B7F'

red 132 ◦ green 123 ◦ blue 127

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

Shades of Venus #847B7F

Tints of Venus #847B7F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.2%

 BLUE value IS 127 (50% from 255) = 33.25%

R = 34.55%
G = 32.2%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#847B7F (or 0x847B7F) is known color: Venus. HEX triplet: 84, 7B and 7F. RGB value is (132,123,127). Sum of RGB (Red+Green+Blue) = 132+123+127=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 132 - color contains mainly: red. Hex color #847B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847B7F is #7B8480. Grayscale: #7E7E7E. Windows color (decimal): -8094849 or 8354692. OLE color: 8354692.

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

Color convert

RGB 132 123 127 -
CMYK 0 0.07 0.04 0.48
HSL 333.33º 0.04% 0.5% -
HSV(B) 333.33º 0.07% 0.52% -
XYZ 20.43 20.6 22.98 -
YUV 126.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 132 123 127 0 0.07 0.04 0.48 333.33 0.04 0.5
Hex 84 7B 7F 0 7 4 30 14D 4 32
Octal 204 173 177 0 7 4 60 515 4 62
Binary 10000100 1111011 1111111 0 111 100 110000 101001101 100 110010

Color Harmonies of #847B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847B7F

Black with #847B7F

Text Example


Text Example

White with #847B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,123,127); }

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

background-color css

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

 a { background-color: rgb(132,123,127); }

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

border-color css

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

 span { border-color: rgb(132,123,127); }

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