Html Css Color HEX #837B7D Venus

📋 copy color: '#837B7D'

red 131 ◦ green 123 ◦ blue 125

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

Shades of Venus #837B7D

Tints of Venus #837B7D

RGB

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

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

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

R = 34.56%
G = 32.45%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#837B7D (or 0x837B7D) is known color: Venus. HEX triplet: 83, 7B and 7D. RGB value is (131,123,125). Sum of RGB (Red+Green+Blue) = 131+123+125=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 131 - color contains mainly: red. Hex color #837B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837B7D is #7C8482. Grayscale: #7D7D7D. Windows color (decimal): -8160387 or 8223619. OLE color: 8223619.

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

Color convert

RGB 131 123 125 -
CMYK 0 0.06 0.05 0.49
HSL 345º 0.03% 0.5% -
HSV(B) 345º 0.06% 0.51% -
XYZ 20.14 20.47 22.29 -
YUV 125.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 131 123 125 0 0.06 0.05 0.49 345 0.03 0.5
Hex 83 7B 7D 0 6 5 31 159 3 32
Octal 203 173 175 0 6 5 61 531 3 62
Binary 10000011 1111011 1111101 0 110 101 110001 101011001 11 110010

Color Harmonies of #837B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837B7D

Black with #837B7D

Text Example


Text Example

White with #837B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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