Html Css Color HEX #967B85 Venus

📋 copy color: '#967B85'

red 150 ◦ green 123 ◦ blue 133

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

Shades of Venus #967B85

Tints of Venus #967B85

RGB

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

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

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

R = 36.95%
G = 30.3%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#967B85 (or 0x967B85) is known color: Venus. HEX triplet: 96, 7B and 85. RGB value is (150,123,133). Sum of RGB (Red+Green+Blue) = 150+123+133=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #967B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967B85 is #69847A. Grayscale: #848484. Windows color (decimal): -6915195 or 8747926. OLE color: 8747926.

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

Color convert

RGB 150 123 133 -
CMYK 0 0.18 0.11 0.41
HSL 337.78º 0.11% 0.54% -
HSV(B) 337.78º 0.18% 0.59% -
XYZ 23.89 22.34 25.24 -
YUV 132.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 150 123 133 0 0.18 0.11 0.41 337.78 0.11 0.54
Hex 96 7B 85 0 12 B 29 152 B 36
Octal 226 173 205 0 22 13 51 522 13 66
Binary 10010110 1111011 10000101 0 10010 1011 101001 101010010 1011 110110

Color Harmonies of #967B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967B85

Black with #967B85

Text Example


Text Example

White with #967B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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