Html Css Color HEX #83777B Venus

📋 copy color: '#83777B'

red 131 ◦ green 119 ◦ blue 123

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

Shades of Venus #83777B

Tints of Venus #83777B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.98%

R = 35.12%
G = 31.9%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#83777B (or 0x83777B) is known color: Venus. HEX triplet: 83, 77 and 7B. RGB value is (131,119,123). Sum of RGB (Red+Green+Blue) = 131+119+123=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 131 - color contains mainly: red. Hex color #83777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83777B is #7C8884. Grayscale: #7B7B7B. Windows color (decimal): -8161413 or 8091523. OLE color: 8091523.

HSL color Cylindrical-coordinate representation of color #83777B: hue angle of 340º 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 #83777B is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 119 123 -
CMYK 0 0.09 0.06 0.49
HSL 340º 0.05% 0.49% -
HSV(B) 340º 0.09% 0.51% -
XYZ 19.53 19.45 21.46 -
YUV 123.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 131 119 123 0 0.09 0.06 0.49 340 0.05 0.49
Hex 83 77 7B 0 9 6 31 154 5 31
Octal 203 167 173 0 11 6 61 524 5 61
Binary 10000011 1110111 1111011 0 1001 110 110001 101010100 101 110001

Color Harmonies of #83777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83777B

Black with #83777B

Text Example


Text Example

White with #83777B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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