Html Css Color HEX #977F83 Venus

📋 copy color: '#977F83'

red 151 ◦ green 127 ◦ blue 131

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

Shades of Venus #977F83

Tints of Venus #977F83

RGB

 RED value IS 151 (59.38% from 255) = 36.92%

 GREEN value IS 127 (50% from 255) = 31.05%

 BLUE value IS 131 (51.56% from 255) = 32.03%

R = 36.92%
G = 31.05%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#977F83 (or 0x977F83) is known color: Venus. HEX triplet: 97, 7F and 83. RGB value is (151,127,131). Sum of RGB (Red+Green+Blue) = 151+127+131=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 151 - color contains mainly: red. Hex color #977F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977F83 is #68807C. Grayscale: #868686. Windows color (decimal): -6848637 or 8617879. OLE color: 8617879.

HSL color Cylindrical-coordinate representation of color #977F83: hue angle of 350º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #977F83 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 127 131 -
CMYK 0 0.16 0.13 0.41
HSL 350º 0.1% 0.55% -
HSV(B) 350º 0.16% 0.59% -
XYZ 24.45 23.4 24.7 -
YUV 134.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 151 127 131 0 0.16 0.13 0.41 350 0.1 0.55
Hex 97 7F 83 0 10 D 29 15E A 37
Octal 227 177 203 0 20 15 51 536 12 67
Binary 10010111 1111111 10000011 0 10000 1101 101001 101011110 1010 110111

Color Harmonies of #977F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F83

Black with #977F83

Text Example


Text Example

White with #977F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977F83; }

 p { color: rgb(151,127,131); }

 H1.HeaderClassName
 {
   color: #977F83;
 }
 .AnyTagClassName
 {
   color: #977F83;
 }
</style>

background-color css

<style>
 a { background-color: #977F83; }

 a { background-color: rgb(151,127,131); }

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

border-color css

<style>
 span { border-color: #977F83; }

 span { border-color: rgb(151,127,131); }

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