#98777E

Color #98777E Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #98777E

Tints of Venus #98777E

Color information

#98777E (or 0x98777E) is unknown color: approx Venus. HEX triplet: 98, 77 and 7E. RGB value is (152,119,126). Sum of RGB (Red+Green+Blue) = 152+119+126=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #98777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98777E is #678881. Grayscale: #818181. Windows color (decimal): -6785154 or 8288152. OLE color: 8288152.

HSL color Cylindrical-coordinate representation of color #98777E: hue angle of 347.27º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98777E is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB152119126-
CMYK00.220.170.40
HSL347.27º13.81%53.14%-
HSV(B)347.27º21.71%59.61%-
XYZ23.3121.3822.64-
YUV129.66125.93143.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.29%
GREEN value IS 119 (46.88% from 255) = 29.97%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=38.29%
G=29.97%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211912600.220.170.40347.2713.8153.14
Hex98777E016112815be35
Octal23016717602621505331665
Binary1001100011101111111110010110100011010001010110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98777E; }

 p { color: rgb(152,119,126); }

 H1.HeaderClassName
 {
   color: #98777E;
 }
 .AnyTagClassName
 {
   color: #98777E;
 }
</style>
background-color css

<style>
 a { background-color: #98777E; }

 a { background-color: rgb(152,119,126); }

 div.DivClassName
 {
   background-color: #98777E;
 }
 .BgClassName
 {
   background-color: #98777E;
 }
</style>
border-color css

<style>
 span { border-color: #98777E; }

 span { border-color: rgb(152,119,126); }

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