Html Css Color HEX #967785 Venus

📋 copy color: '#967785'

red 150 ◦ green 119 ◦ blue 133

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

Shades of Venus #967785

Tints of Venus #967785

RGB

 RED value IS 150 (58.98% from 255) = 37.31%

 GREEN value IS 119 (46.88% from 255) = 29.6%

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

R = 37.31%
G = 29.6%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#967785 (or 0x967785) is known color: Venus. HEX triplet: 96, 77 and 85. RGB value is (150,119,133). Sum of RGB (Red+Green+Blue) = 150+119+133=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #967785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967785 is #69887A. Grayscale: #818181. Windows color (decimal): -6916219 or 8746902. OLE color: 8746902.

HSL color Cylindrical-coordinate representation of color #967785: hue angle of 332.9º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #967785 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 119 133 -
CMYK 0 0.21 0.11 0.41
HSL 332.9º 0.13% 0.53% -
HSV(B) 332.9º 0.21% 0.59% -
XYZ 23.41 21.37 25.08 -
YUV 129.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 150 119 133 0 0.21 0.11 0.41 332.9 0.13 0.53
Hex 96 77 85 0 15 B 29 14D D 35
Octal 226 167 205 0 25 13 51 515 15 65
Binary 10010110 1110111 10000101 0 10101 1011 101001 101001101 1101 110101

Color Harmonies of #967785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967785

Black with #967785

Text Example


Text Example

White with #967785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967785; }

 p { color: rgb(150,119,133); }

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

background-color css

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

 a { background-color: rgb(150,119,133); }

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

border-color css

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

 span { border-color: rgb(150,119,133); }

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