Html Css Color HEX #98717C Venus

📋 copy color: '#98717C'

red 152 ◦ green 113 ◦ blue 124

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

Shades of Venus #98717C

Tints of Venus #98717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.05%

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

R = 39.07%
G = 29.05%
B = 31.88%

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

#98717C (or 0x98717C) is known color: Venus. HEX triplet: 98, 71 and 7C. RGB value is (152,113,124). Sum of RGB (Red+Green+Blue) = 152+113+124=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #98717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98717C is #678E83. Grayscale: #7D7D7D. Windows color (decimal): -6786692 or 8155544. OLE color: 8155544.

HSL color Cylindrical-coordinate representation of color #98717C: hue angle of 343.08º 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 #98717C is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 113 124 -
CMYK 0 0.26 0.18 0.40
HSL 343.08º 0.16% 0.52% -
HSV(B) 343.08º 0.26% 0.6% -
XYZ 22.49 19.94 21.73 -
YUV 125.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 152 113 124 0 0.26 0.18 0.40 343.08 0.16 0.52
Hex 98 71 7C 0 1A 12 28 157 10 34
Octal 230 161 174 0 32 22 50 527 20 64
Binary 10011000 1110001 1111100 0 11010 10010 101000 101010111 10000 110100

Color Harmonies of #98717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98717C

Black with #98717C

Text Example


Text Example

White with #98717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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