Html Css Color HEX #997582 Venus

📋 copy color: '#997582'

red 153 ◦ green 117 ◦ blue 130

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

Shades of Venus #997582

Tints of Venus #997582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.5%

R = 38.25%
G = 29.25%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#997582 (or 0x997582) is known color: Venus. HEX triplet: 99, 75 and 82. RGB value is (153,117,130). Sum of RGB (Red+Green+Blue) = 153+117+130=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #997582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997582 is #668A7D. Grayscale: #818181. Windows color (decimal): -6720126 or 8549785. OLE color: 8549785.

HSL color Cylindrical-coordinate representation of color #997582: hue angle of 338.33º 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 #997582 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 117 130 -
CMYK 0 0.24 0.15 0.4
HSL 338.33º 0.15% 0.53% -
HSV(B) 338.33º 0.24% 0.6% -
XYZ 23.53 21.11 23.95 -
YUV 129.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 153 117 130 0 0.24 0.15 0.4 338.33 0.15 0.53
Hex 99 75 82 0 18 F 28 152 F 35
Octal 231 165 202 0 30 17 50 522 17 65
Binary 10011001 1110101 10000010 0 11000 1111 101000 101010010 1111 110101

Color Harmonies of #997582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997582

Black with #997582

Text Example


Text Example

White with #997582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997582; }

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

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

background-color css

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

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

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

border-color css

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

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

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