Html Css Color HEX #98767F Venus

📋 copy color: '#98767F'

red 152 ◦ green 118 ◦ blue 127

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

Shades of Venus #98767F

Tints of Venus #98767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.72%

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

R = 38.29%
G = 29.72%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98767F (or 0x98767F) is known color: Venus. HEX triplet: 98, 76 and 7F. RGB value is (152,118,127). Sum of RGB (Red+Green+Blue) = 152+118+127=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #98767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98767F is #678980. Grayscale: #818181. Windows color (decimal): -6785409 or 8353432. OLE color: 8353432.

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

Color convert

RGB 152 118 127 -
CMYK 0 0.22 0.16 0.40
HSL 344.12º 0.14% 0.53% -
HSV(B) 344.12º 0.22% 0.6% -
XYZ 23.26 21.16 22.94 -
YUV 129.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 152 118 127 0 0.22 0.16 0.40 344.12 0.14 0.53
Hex 98 76 7F 0 16 10 28 158 E 35
Octal 230 166 177 0 26 20 50 530 16 65
Binary 10011000 1110110 1111111 0 10110 10000 101000 101011000 1110 110101

Color Harmonies of #98767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98767F

Black with #98767F

Text Example


Text Example

White with #98767F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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