Html Css Color HEX #997580 Venus

📋 copy color: '#997580'

red 153 ◦ green 117 ◦ blue 128

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

Shades of Venus #997580

Tints of Venus #997580

RGB

 RED value IS 153 (60.16% from 255) = 38.44%

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

 BLUE value IS 128 (50.39% from 255) = 32.16%

R = 38.44%
G = 29.4%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#997580 (or 0x997580) is known color: Venus. HEX triplet: 99, 75 and 80. RGB value is (153,117,128). Sum of RGB (Red+Green+Blue) = 153+117+128=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #997580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997580 is #668A7F. Grayscale: #818181. Windows color (decimal): -6720128 or 8418713. OLE color: 8418713.

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

Color convert

RGB 153 117 128 -
CMYK 0 0.24 0.16 0.4
HSL 341.67º 0.15% 0.53% -
HSV(B) 341.67º 0.24% 0.6% -
XYZ 23.39 21.05 23.25 -
YUV 129.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 153 117 128 0 0.24 0.16 0.4 341.67 0.15 0.53
Hex 99 75 80 0 18 10 28 156 F 35
Octal 231 165 200 0 30 20 50 526 17 65
Binary 10011001 1110101 10000000 0 11000 10000 101000 101010110 1111 110101

Color Harmonies of #997580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997580

Black with #997580

Text Example


Text Example

White with #997580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997580; }

 p { color: rgb(153,117,128); }

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

background-color css

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

 a { background-color: rgb(153,117,128); }

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

border-color css

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

 span { border-color: rgb(153,117,128); }

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