Html Css Color HEX #977F88 Venus

📋 copy color: '#977F88'

red 151 ◦ green 127 ◦ blue 136

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

Shades of Venus #977F88

Tints of Venus #977F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.85%

R = 36.47%
G = 30.68%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#977F88 (or 0x977F88) is known color: Venus. HEX triplet: 97, 7F and 88. RGB value is (151,127,136). Sum of RGB (Red+Green+Blue) = 151+127+136=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 151 - color contains mainly: red. Hex color #977F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977F88 is #688077. Grayscale: #878787. Windows color (decimal): -6848632 or 8945559. OLE color: 8945559.

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

Color convert

RGB 151 127 136 -
CMYK 0 0.16 0.10 0.41
HSL 337.5º 0.1% 0.55% -
HSV(B) 337.5º 0.16% 0.59% -
XYZ 24.8 23.54 26.53 -
YUV 135.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 151 127 136 0 0.16 0.10 0.41 337.5 0.1 0.55
Hex 97 7F 88 0 10 A 29 152 A 37
Octal 227 177 210 0 20 12 51 522 12 67
Binary 10010111 1111111 10001000 0 10000 1010 101001 101010010 1010 110111

Color Harmonies of #977F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F88

Black with #977F88

Text Example


Text Example

White with #977F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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