Html Css Color HEX #9C7A87 Venus

📋 copy color: '#9C7A87'

red 156 ◦ green 122 ◦ blue 135

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

Shades of Venus #9C7A87

Tints of Venus #9C7A87

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.54%

 BLUE value IS 135 (53.13% from 255) = 32.69%

R = 37.77%
G = 29.54%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9C7A87 (or 0x9C7A87) is known color: Venus. HEX triplet: 9C, 7A and 87. RGB value is (156,122,135). Sum of RGB (Red+Green+Blue) = 156+122+135=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7A87 is #638578. Grayscale: #858585. Windows color (decimal): -6522233 or 8878748. OLE color: 8878748.

HSL color Cylindrical-coordinate representation of color #9C7A87: hue angle of 337.06º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C7A87 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 122 135 -
CMYK 0 0.22 0.13 0.39
HSL 337.06º 0.15% 0.55% -
HSV(B) 337.06º 0.22% 0.61% -
XYZ 25.04 22.74 25.99 -
YUV 133.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 156 122 135 0 0.22 0.13 0.39 337.06 0.15 0.55
Hex 9C 7A 87 0 16 D 27 151 F 37
Octal 234 172 207 0 26 15 47 521 17 67
Binary 10011100 1111010 10000111 0 10110 1101 100111 101010001 1111 110111

Color Harmonies of #9C7A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7A87

Black with #9C7A87

Text Example


Text Example

White with #9C7A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,122,135); }

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

background-color css

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

 a { background-color: rgb(156,122,135); }

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

border-color css

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

 span { border-color: rgb(156,122,135); }

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