Html Css Color HEX #9A7B85 Venus

📋 copy color: '#9A7B85'

red 154 ◦ green 123 ◦ blue 133

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

Shades of Venus #9A7B85

Tints of Venus #9A7B85

RGB

 RED value IS 154 (60.55% from 255) = 37.56%

 GREEN value IS 123 (48.44% from 255) = 30%

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

R = 37.56%
G = 30%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#9A7B85 (or 0x9A7B85) is known color: Venus. HEX triplet: 9A, 7B and 85. RGB value is (154,123,133). Sum of RGB (Red+Green+Blue) = 154+123+133=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7B85 is #65847A. Grayscale: #858585. Windows color (decimal): -6653051 or 8747930. OLE color: 8747930.

HSL color Cylindrical-coordinate representation of color #9A7B85: hue angle of 340.65º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9A7B85 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 123 133 -
CMYK 0 0.20 0.14 0.40
HSL 340.65º 0.13% 0.54% -
HSV(B) 340.65º 0.2% 0.6% -
XYZ 24.64 22.73 25.28 -
YUV 133.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 154 123 133 0 0.20 0.14 0.40 340.65 0.13 0.54
Hex 9A 7B 85 0 14 E 28 155 D 36
Octal 232 173 205 0 24 16 50 525 15 66
Binary 10011010 1111011 10000101 0 10100 1110 101000 101010101 1101 110110

Color Harmonies of #9A7B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7B85

Black with #9A7B85

Text Example


Text Example

White with #9A7B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,123,133); }

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

background-color css

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

 a { background-color: rgb(154,123,133); }

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

border-color css

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

 span { border-color: rgb(154,123,133); }

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