Html Css Color HEX #98737D Venus

📋 copy color: '#98737D'

red 152 ◦ green 115 ◦ blue 125

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

Shades of Venus #98737D

Tints of Venus #98737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.34%

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

R = 38.78%
G = 29.34%
B = 31.89%

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

#98737D (or 0x98737D) is known color: Venus. HEX triplet: 98, 73 and 7D. RGB value is (152,115,125). Sum of RGB (Red+Green+Blue) = 152+115+125=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #98737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98737D is #678C82. Grayscale: #7F7F7F. Windows color (decimal): -6786179 or 8221592. OLE color: 8221592.

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

Color convert

RGB 152 115 125 -
CMYK 0 0.24 0.18 0.40
HSL 343.78º 0.15% 0.52% -
HSV(B) 343.78º 0.24% 0.6% -
XYZ 22.78 20.42 22.14 -
YUV 127.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 152 115 125 0 0.24 0.18 0.40 343.78 0.15 0.52
Hex 98 73 7D 0 18 12 28 158 F 34
Octal 230 163 175 0 30 22 50 530 17 64
Binary 10011000 1110011 1111101 0 11000 10010 101000 101011000 1111 110100

Color Harmonies of #98737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98737D

Black with #98737D

Text Example


Text Example

White with #98737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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