Html Css Color HEX #837A7E Venus

📋 copy color: '#837A7E'

red 131 ◦ green 122 ◦ blue 126

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

Shades of Venus #837A7E

Tints of Venus #837A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.25%

R = 34.56%
G = 32.19%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#837A7E (or 0x837A7E) is known color: Venus. HEX triplet: 83, 7A and 7E. RGB value is (131,122,126). Sum of RGB (Red+Green+Blue) = 131+122+126=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 131 - color contains mainly: red. Hex color #837A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837A7E is #7C8581. Grayscale: #7D7D7D. Windows color (decimal): -8160642 or 8288899. OLE color: 8288899.

HSL color Cylindrical-coordinate representation of color #837A7E: hue angle of 333.33º 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 #837A7E is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 122 126 -
CMYK 0 0.07 0.04 0.49
HSL 333.33º 0.04% 0.5% -
HSV(B) 333.33º 0.07% 0.51% -
XYZ 20.09 20.25 22.59 -
YUV 125.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 131 122 126 0 0.07 0.04 0.49 333.33 0.04 0.5
Hex 83 7A 7E 0 7 4 31 14D 4 32
Octal 203 172 176 0 7 4 61 515 4 62
Binary 10000011 1111010 1111110 0 111 100 110001 101001101 100 110010

Color Harmonies of #837A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837A7E

Black with #837A7E

Text Example


Text Example

White with #837A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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