Html Css Color HEX #98777E Venus

📋 copy color: '#98777E'

red 152 ◦ green 119 ◦ blue 126

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

Shades of Venus #98777E

Tints of Venus #98777E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 38.29%
G = 29.97%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#98777E (or 0x98777E) is known color: Venus. HEX triplet: 98, 77 and 7E. RGB value is (152,119,126). Sum of RGB (Red+Green+Blue) = 152+119+126=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #98777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98777E is #678881. Grayscale: #818181. Windows color (decimal): -6785154 or 8288152. OLE color: 8288152.

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

Color convert

RGB 152 119 126 -
CMYK 0 0.22 0.17 0.40
HSL 347.27º 0.14% 0.53% -
HSV(B) 347.27º 0.22% 0.6% -
XYZ 23.31 21.38 22.64 -
YUV 129.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 152 119 126 0 0.22 0.17 0.40 347.27 0.14 0.53
Hex 98 77 7E 0 16 11 28 15B E 35
Octal 230 167 176 0 26 21 50 533 16 65
Binary 10011000 1110111 1111110 0 10110 10001 101000 101011011 1110 110101

Color Harmonies of #98777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98777E

Black with #98777E

Text Example


Text Example

White with #98777E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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