Html Css Color HEX #98757F Venus

📋 copy color: '#98757F'

red 152 ◦ green 117 ◦ blue 127

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

Shades of Venus #98757F

Tints of Venus #98757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.55%

 BLUE value IS 127 (50% from 255) = 32.07%

R = 38.38%
G = 29.55%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98757F (or 0x98757F) is known color: Venus. HEX triplet: 98, 75 and 7F. RGB value is (152,117,127). Sum of RGB (Red+Green+Blue) = 152+117+127=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #98757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98757F is #678A80. Grayscale: #808080. Windows color (decimal): -6785665 or 8353176. OLE color: 8353176.

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

Color convert

RGB 152 117 127 -
CMYK 0 0.23 0.16 0.40
HSL 342.86º 0.15% 0.53% -
HSV(B) 342.86º 0.23% 0.6% -
XYZ 23.14 20.93 22.9 -
YUV 128.61 127.1 144.69 -
System Red Green Blue C M Y K H S L
Decimal 152 117 127 0 0.23 0.16 0.40 342.86 0.15 0.53
Hex 98 75 7F 0 17 10 28 157 F 35
Octal 230 165 177 0 27 20 50 527 17 65
Binary 10011000 1110101 1111111 0 10111 10000 101000 101010111 1111 110101

Color Harmonies of #98757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98757F

Black with #98757F

Text Example


Text Example

White with #98757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98757F; }

 p { color: rgb(152,117,127); }

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

background-color css

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

 a { background-color: rgb(152,117,127); }

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

border-color css

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

 span { border-color: rgb(152,117,127); }

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