Html Css Color HEX #977F87 Venus

📋 copy color: '#977F87'

red 151 ◦ green 127 ◦ blue 135

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

Shades of Venus #977F87

Tints of Venus #977F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.69%

R = 36.56%
G = 30.75%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#977F87 (or 0x977F87) is known color: Venus. HEX triplet: 97, 7F and 87. RGB value is (151,127,135). Sum of RGB (Red+Green+Blue) = 151+127+135=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 151 - color contains mainly: red. Hex color #977F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977F87 is #688078. Grayscale: #878787. Windows color (decimal): -6848633 or 8880023. OLE color: 8880023.

HSL color Cylindrical-coordinate representation of color #977F87: hue angle of 340º 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 #977F87 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 127 135 -
CMYK 0 0.16 0.11 0.41
HSL 340º 0.1% 0.55% -
HSV(B) 340º 0.16% 0.59% -
XYZ 24.73 23.51 26.16 -
YUV 135.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 151 127 135 0 0.16 0.11 0.41 340 0.1 0.55
Hex 97 7F 87 0 10 B 29 154 A 37
Octal 227 177 207 0 20 13 51 524 12 67
Binary 10010111 1111111 10000111 0 10000 1011 101001 101010100 1010 110111

Color Harmonies of #977F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F87

Black with #977F87

Text Example


Text Example

White with #977F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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