Html Css Color HEX #9D7683 Venus

📋 copy color: '#9D7683'

red 157 ◦ green 118 ◦ blue 131

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

Shades of Venus #9D7683

Tints of Venus #9D7683

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.06%

 BLUE value IS 131 (51.56% from 255) = 32.27%

R = 38.67%
G = 29.06%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9D7683 (or 0x9D7683) is known color: Venus. HEX triplet: 9D, 76 and 83. RGB value is (157,118,131). Sum of RGB (Red+Green+Blue) = 157+118+131=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7683 is #62897C. Grayscale: #838383. Windows color (decimal): -6457725 or 8615581. OLE color: 8615581.

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

Color convert

RGB 157 118 131 -
CMYK 0 0.25 0.17 0.38
HSL 340º 0.17% 0.54% -
HSV(B) 340º 0.25% 0.62% -
XYZ 24.48 21.76 24.38 -
YUV 131.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 157 118 131 0 0.25 0.17 0.38 340 0.17 0.54
Hex 9D 76 83 0 19 11 26 154 11 36
Octal 235 166 203 0 31 21 46 524 21 66
Binary 10011101 1110110 10000011 0 11001 10001 100110 101010100 10001 110110

Color Harmonies of #9D7683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7683

Black with #9D7683

Text Example


Text Example

White with #9D7683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,118,131); }

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

background-color css

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

 a { background-color: rgb(157,118,131); }

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

border-color css

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

 span { border-color: rgb(157,118,131); }

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