Html Css Color HEX #988789 Venus

📋 copy color: '#988789'

red 152 ◦ green 135 ◦ blue 137

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

Shades of Venus #988789

Tints of Venus #988789

RGB

 RED value IS 152 (59.77% from 255) = 35.85%

 GREEN value IS 135 (53.13% from 255) = 31.84%

 BLUE value IS 137 (53.91% from 255) = 32.31%

R = 35.85%
G = 31.84%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#988789 (or 0x988789) is known color: Venus. HEX triplet: 98, 87 and 89. RGB value is (152,135,137). Sum of RGB (Red+Green+Blue) = 152+135+137=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 152 - color contains mainly: red. Hex color #988789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988789 is #677876. Grayscale: #8C8C8C. Windows color (decimal): -6781047 or 9013144. OLE color: 9013144.

HSL color Cylindrical-coordinate representation of color #988789: hue angle of 352.94º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #988789 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 135 137 -
CMYK 0 0.11 0.10 0.40
HSL 352.94º 0.08% 0.56% -
HSV(B) 352.94º 0.11% 0.6% -
XYZ 26.13 25.81 27.27 -
YUV 140.31 126.13 136.34 -
System Red Green Blue C M Y K H S L
Decimal 152 135 137 0 0.11 0.10 0.40 352.94 0.08 0.56
Hex 98 87 89 0 B A 28 161 8 38
Octal 230 207 211 0 13 12 50 541 10 70
Binary 10011000 10000111 10001001 0 1011 1010 101000 101100001 1000 111000

Color Harmonies of #988789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988789

Black with #988789

Text Example


Text Example

White with #988789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988789; }

 p { color: rgb(152,135,137); }

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

background-color css

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

 a { background-color: rgb(152,135,137); }

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

border-color css

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

 span { border-color: rgb(152,135,137); }

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