Html Css Color HEX #9D7782 Venus

📋 copy color: '#9D7782'

red 157 ◦ green 119 ◦ blue 130

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

Shades of Venus #9D7782

Tints of Venus #9D7782

RGB

 RED value IS 157 (61.72% from 255) = 38.67%

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

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

R = 38.67%
G = 29.31%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9D7782 (or 0x9D7782) is known color: Venus. HEX triplet: 9D, 77 and 82. RGB value is (157,119,130). Sum of RGB (Red+Green+Blue) = 157+119+130=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7782 is #62887D. Grayscale: #838383. Windows color (decimal): -6457470 or 8550301. OLE color: 8550301.

HSL color Cylindrical-coordinate representation of color #9D7782: hue angle of 342.63º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9D7782 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 119 130 -
CMYK 0 0.24 0.17 0.38
HSL 342.63º 0.16% 0.54% -
HSV(B) 342.63º 0.24% 0.62% -
XYZ 24.53 21.97 24.07 -
YUV 131.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 157 119 130 0 0.24 0.17 0.38 342.63 0.16 0.54
Hex 9D 77 82 0 18 11 26 157 10 36
Octal 235 167 202 0 30 21 46 527 20 66
Binary 10011101 1110111 10000010 0 11000 10001 100110 101010111 10000 110110

Color Harmonies of #9D7782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7782

Black with #9D7782

Text Example


Text Example

White with #9D7782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D7782; }

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

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

background-color css

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

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

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

border-color css

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

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

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