Html Css Color HEX #997782 Venus

📋 copy color: '#997782'

red 153 ◦ green 119 ◦ blue 130

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

Shades of Venus #997782

Tints of Venus #997782

RGB

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

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

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

R = 38.06%
G = 29.6%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#997782 (or 0x997782) is known color: Venus. HEX triplet: 99, 77 and 82. RGB value is (153,119,130). Sum of RGB (Red+Green+Blue) = 153+119+130=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #997782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997782 is #66887D. Grayscale: #828282. Windows color (decimal): -6719614 or 8550297. OLE color: 8550297.

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

Color convert

RGB 153 119 130 -
CMYK 0 0.22 0.15 0.4
HSL 340.59º 0.14% 0.53% -
HSV(B) 340.59º 0.22% 0.6% -
XYZ 23.76 21.58 24.03 -
YUV 130.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 153 119 130 0 0.22 0.15 0.4 340.59 0.14 0.53
Hex 99 77 82 0 16 F 28 155 E 35
Octal 231 167 202 0 26 17 50 525 16 65
Binary 10011001 1110111 10000010 0 10110 1111 101000 101010101 1110 110101

Color Harmonies of #997782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997782

Black with #997782

Text Example


Text Example

White with #997782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997782; }

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

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

background-color css

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

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

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

border-color css

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

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

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