Html Css Color HEX #98777F Venus

📋 copy color: '#98777F'

red 152 ◦ green 119 ◦ blue 127

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

Shades of Venus #98777F

Tints of Venus #98777F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.9%

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

R = 38.19%
G = 29.9%
B = 31.91%

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

#98777F (or 0x98777F) is known color: Venus. HEX triplet: 98, 77 and 7F. RGB value is (152,119,127). Sum of RGB (Red+Green+Blue) = 152+119+127=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 152 - color contains mainly: red. Hex color #98777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98777F is #678880. Grayscale: #818181. Windows color (decimal): -6785153 or 8353688. OLE color: 8353688.

HSL color Cylindrical-coordinate representation of color #98777F: hue angle of 345.45º 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 #98777F is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 119 127 -
CMYK 0 0.22 0.16 0.40
HSL 345.45º 0.14% 0.53% -
HSV(B) 345.45º 0.22% 0.6% -
XYZ 23.38 21.4 22.98 -
YUV 129.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 152 119 127 0 0.22 0.16 0.40 345.45 0.14 0.53
Hex 98 77 7F 0 16 10 28 159 E 35
Octal 230 167 177 0 26 20 50 531 16 65
Binary 10011000 1110111 1111111 0 10110 10000 101000 101011001 1110 110101

Color Harmonies of #98777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98777F

Black with #98777F

Text Example


Text Example

White with #98777F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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