Html Css Color HEX #837A7D Venus

📋 copy color: '#837A7D'

red 131 ◦ green 122 ◦ blue 125

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

Shades of Venus #837A7D

Tints of Venus #837A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.07%

R = 34.66%
G = 32.28%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#837A7D (or 0x837A7D) is known color: Venus. HEX triplet: 83, 7A and 7D. RGB value is (131,122,125). Sum of RGB (Red+Green+Blue) = 131+122+125=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 131 - color contains mainly: red. Hex color #837A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837A7D is #7C8582. Grayscale: #7D7D7D. Windows color (decimal): -8160643 or 8223363. OLE color: 8223363.

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

Color convert

RGB 131 122 125 -
CMYK 0 0.07 0.05 0.49
HSL 340º 0.04% 0.5% -
HSV(B) 340º 0.07% 0.51% -
XYZ 20.02 20.23 22.25 -
YUV 125.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 131 122 125 0 0.07 0.05 0.49 340 0.04 0.5
Hex 83 7A 7D 0 7 5 31 154 4 32
Octal 203 172 175 0 7 5 61 524 4 62
Binary 10000011 1111010 1111101 0 111 101 110001 101010100 100 110010

Color Harmonies of #837A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837A7D

Black with #837A7D

Text Example


Text Example

White with #837A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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