Html Css Color HEX #98797F Venus

📋 copy color: '#98797F'

red 152 ◦ green 121 ◦ blue 127

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

Shades of Venus #98797F

Tints of Venus #98797F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.25%

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

R = 38%
G = 30.25%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98797F (or 0x98797F) is known color: Venus. HEX triplet: 98, 79 and 7F. RGB value is (152,121,127). Sum of RGB (Red+Green+Blue) = 152+121+127=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #98797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98797F is #678680. Grayscale: #828282. Windows color (decimal): -6784641 or 8354200. OLE color: 8354200.

HSL color Cylindrical-coordinate representation of color #98797F: hue angle of 348.39º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98797F is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 121 127 -
CMYK 0 0.20 0.16 0.40
HSL 348.39º 0.13% 0.54% -
HSV(B) 348.39º 0.2% 0.6% -
XYZ 23.62 21.88 23.06 -
YUV 130.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 152 121 127 0 0.20 0.16 0.40 348.39 0.13 0.54
Hex 98 79 7F 0 14 10 28 15C D 36
Octal 230 171 177 0 24 20 50 534 15 66
Binary 10011000 1111001 1111111 0 10100 10000 101000 101011100 1101 110110

Color Harmonies of #98797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98797F

Black with #98797F

Text Example


Text Example

White with #98797F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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