Html Css Color HEX #83777C Venus

📋 copy color: '#83777C'

red 131 ◦ green 119 ◦ blue 124

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

Shades of Venus #83777C

Tints of Venus #83777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.82%

 BLUE value IS 124 (48.83% from 255) = 33.16%

R = 35.03%
G = 31.82%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83777C (or 0x83777C) is known color: Venus. HEX triplet: 83, 77 and 7C. RGB value is (131,119,124). Sum of RGB (Red+Green+Blue) = 131+119+124=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 131 - color contains mainly: red. Hex color #83777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83777C is #7C8883. Grayscale: #7B7B7B. Windows color (decimal): -8161412 or 8157059. OLE color: 8157059.

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

Color convert

RGB 131 119 124 -
CMYK 0 0.09 0.05 0.49
HSL 335º 0.05% 0.49% -
HSV(B) 335º 0.09% 0.51% -
XYZ 19.59 19.47 21.79 -
YUV 123.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 131 119 124 0 0.09 0.05 0.49 335 0.05 0.49
Hex 83 77 7C 0 9 5 31 14F 5 31
Octal 203 167 174 0 11 5 61 517 5 61
Binary 10000011 1110111 1111100 0 1001 101 110001 101001111 101 110001

Color Harmonies of #83777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83777C

Black with #83777C

Text Example


Text Example

White with #83777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83777C; }

 p { color: rgb(131,119,124); }

 H1.HeaderClassName
 {
   color: #83777C;
 }
 .AnyTagClassName
 {
   color: #83777C;
 }
</style>

background-color css

<style>
 a { background-color: #83777C; }

 a { background-color: rgb(131,119,124); }

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

border-color css

<style>
 span { border-color: #83777C; }

 span { border-color: rgb(131,119,124); }

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