Html Css Color HEX #997280 Venus

📋 copy color: '#997280'

red 153 ◦ green 114 ◦ blue 128

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

Shades of Venus #997280

Tints of Venus #997280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.86%

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

R = 38.73%
G = 28.86%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#997280 (or 0x997280) is known color: Venus. HEX triplet: 99, 72 and 80. RGB value is (153,114,128). Sum of RGB (Red+Green+Blue) = 153+114+128=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #997280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997280 is #668D7F. Grayscale: #7F7F7F. Windows color (decimal): -6720896 or 8417945. OLE color: 8417945.

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

Color convert

RGB 153 114 128 -
CMYK 0 0.25 0.16 0.4
HSL 338.46º 0.16% 0.52% -
HSV(B) 338.46º 0.25% 0.6% -
XYZ 23.05 20.37 23.14 -
YUV 127.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 153 114 128 0 0.25 0.16 0.4 338.46 0.16 0.52
Hex 99 72 80 0 19 10 28 152 10 34
Octal 231 162 200 0 31 20 50 522 20 64
Binary 10011001 1110010 10000000 0 11001 10000 101000 101010010 10000 110100

Color Harmonies of #997280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997280

Black with #997280

Text Example


Text Example

White with #997280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997280; }

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

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

background-color css

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

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

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

border-color css

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

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

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