Html Css Color HEX #968287 Venus

📋 copy color: '#968287'

red 150 ◦ green 130 ◦ blue 135

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

Shades of Venus #968287

Tints of Venus #968287

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.33%

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

R = 36.14%
G = 31.33%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#968287 (or 0x968287) is known color: Venus. HEX triplet: 96, 82 and 87. RGB value is (150,130,135). Sum of RGB (Red+Green+Blue) = 150+130+135=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 150 - color contains mainly: red. Hex color #968287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968287 is #697D78. Grayscale: #888888. Windows color (decimal): -6913401 or 8880790. OLE color: 8880790.

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

Color convert

RGB 150 130 135 -
CMYK 0 0.13 0.1 0.41
HSL 345º 0.09% 0.55% -
HSV(B) 345º 0.13% 0.59% -
XYZ 24.93 24.2 26.28 -
YUV 136.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 150 130 135 0 0.13 0.1 0.41 345 0.09 0.55
Hex 96 82 87 0 D A 29 159 9 37
Octal 226 202 207 0 15 12 51 531 11 67
Binary 10010110 10000010 10000111 0 1101 1010 101001 101011001 1001 110111

Color Harmonies of #968287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968287

Black with #968287

Text Example


Text Example

White with #968287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968287; }

 p { color: rgb(150,130,135); }

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

background-color css

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

 a { background-color: rgb(150,130,135); }

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

border-color css

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

 span { border-color: rgb(150,130,135); }

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