Html Css Color HEX #9C7A85 Venus

📋 copy color: '#9C7A85'

red 156 ◦ green 122 ◦ blue 133

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

Shades of Venus #9C7A85

Tints of Venus #9C7A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.36%

R = 37.96%
G = 29.68%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9C7A85 (or 0x9C7A85) is known color: Venus. HEX triplet: 9C, 7A and 85. RGB value is (156,122,133). Sum of RGB (Red+Green+Blue) = 156+122+133=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7A85 is #63857A. Grayscale: #858585. Windows color (decimal): -6522235 or 8747676. OLE color: 8747676.

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

Color convert

RGB 156 122 133 -
CMYK 0 0.22 0.15 0.39
HSL 340.59º 0.15% 0.55% -
HSV(B) 340.59º 0.22% 0.61% -
XYZ 24.9 22.68 25.26 -
YUV 133.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 156 122 133 0 0.22 0.15 0.39 340.59 0.15 0.55
Hex 9C 7A 85 0 16 F 27 155 F 37
Octal 234 172 205 0 26 17 47 525 17 67
Binary 10011100 1111010 10000101 0 10110 1111 100111 101010101 1111 110111

Color Harmonies of #9C7A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7A85

Black with #9C7A85

Text Example


Text Example

White with #9C7A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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