Html Css Color HEX #98747D Venus

📋 copy color: '#98747D'

red 152 ◦ green 116 ◦ blue 125

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

Shades of Venus #98747D

Tints of Venus #98747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.52%

 BLUE value IS 125 (49.22% from 255) = 31.81%

R = 38.68%
G = 29.52%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98747D (or 0x98747D) is known color: Venus. HEX triplet: 98, 74 and 7D. RGB value is (152,116,125). Sum of RGB (Red+Green+Blue) = 152+116+125=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #98747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98747D is #678B82. Grayscale: #7F7F7F. Windows color (decimal): -6785923 or 8221848. OLE color: 8221848.

HSL color Cylindrical-coordinate representation of color #98747D: hue angle of 345º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98747D is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 116 125 -
CMYK 0 0.24 0.18 0.40
HSL 345º 0.15% 0.53% -
HSV(B) 345º 0.24% 0.6% -
XYZ 22.9 20.65 22.18 -
YUV 127.79 126.43 145.27 -
System Red Green Blue C M Y K H S L
Decimal 152 116 125 0 0.24 0.18 0.40 345 0.15 0.53
Hex 98 74 7D 0 18 12 28 159 F 35
Octal 230 164 175 0 30 22 50 531 17 65
Binary 10011000 1110100 1111101 0 11000 10010 101000 101011001 1111 110101

Color Harmonies of #98747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98747D

Black with #98747D

Text Example


Text Example

White with #98747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98747D; }

 p { color: rgb(152,116,125); }

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

background-color css

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

 a { background-color: rgb(152,116,125); }

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

border-color css

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

 span { border-color: rgb(152,116,125); }

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