Html Css Color HEX #98707C Venus

📋 copy color: '#98707C'

red 152 ◦ green 112 ◦ blue 124

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

Shades of Venus #98707C

Tints of Venus #98707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.87%

 BLUE value IS 124 (48.83% from 255) = 31.96%

R = 39.18%
G = 28.87%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98707C (or 0x98707C) is known color: Venus. HEX triplet: 98, 70 and 7C. RGB value is (152,112,124). Sum of RGB (Red+Green+Blue) = 152+112+124=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 152 - color contains mainly: red. Hex color #98707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98707C is #678F83. Grayscale: #7D7D7D. Windows color (decimal): -6786948 or 8155288. OLE color: 8155288.

HSL color Cylindrical-coordinate representation of color #98707C: hue angle of 342º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98707C is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 124 -
CMYK 0 0.26 0.18 0.40
HSL 342º 0.16% 0.52% -
HSV(B) 342º 0.26% 0.6% -
XYZ 22.38 19.72 21.7 -
YUV 125.33 127.25 147.02 -
System Red Green Blue C M Y K H S L
Decimal 152 112 124 0 0.26 0.18 0.40 342 0.16 0.52
Hex 98 70 7C 0 1A 12 28 156 10 34
Octal 230 160 174 0 32 22 50 526 20 64
Binary 10011000 1110000 1111100 0 11010 10010 101000 101010110 10000 110100

Color Harmonies of #98707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98707C

Black with #98707C

Text Example


Text Example

White with #98707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98707C; }

 p { color: rgb(152,112,124); }

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

background-color css

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

 a { background-color: rgb(152,112,124); }

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

border-color css

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

 span { border-color: rgb(152,112,124); }

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