Html Css Color HEX #9C7D89 Venus

📋 copy color: '#9C7D89'

red 156 ◦ green 125 ◦ blue 137

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

Shades of Venus #9C7D89

Tints of Venus #9C7D89

RGB

 RED value IS 156 (61.33% from 255) = 37.32%

 GREEN value IS 125 (49.22% from 255) = 29.9%

 BLUE value IS 137 (53.91% from 255) = 32.78%

R = 37.32%
G = 29.9%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C7D89 (or 0x9C7D89) is known color: Venus. HEX triplet: 9C, 7D and 89. RGB value is (156,125,137). Sum of RGB (Red+Green+Blue) = 156+125+137=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7D89 is #638276. Grayscale: #878787. Windows color (decimal): -6521463 or 9010588. OLE color: 9010588.

HSL color Cylindrical-coordinate representation of color #9C7D89: hue angle of 336.77º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9C7D89 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 125 137 -
CMYK 0 0.20 0.12 0.39
HSL 336.77º 0.14% 0.55% -
HSV(B) 336.77º 0.2% 0.61% -
XYZ 25.56 23.54 26.86 -
YUV 135.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 156 125 137 0 0.20 0.12 0.39 336.77 0.14 0.55
Hex 9C 7D 89 0 14 C 27 151 E 37
Octal 234 175 211 0 24 14 47 521 16 67
Binary 10011100 1111101 10001001 0 10100 1100 100111 101010001 1110 110111

Color Harmonies of #9C7D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7D89

Black with #9C7D89

Text Example


Text Example

White with #9C7D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,125,137); }

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

background-color css

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

 a { background-color: rgb(156,125,137); }

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

border-color css

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

 span { border-color: rgb(156,125,137); }

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