Html Css Color HEX #967482 Venus

📋 copy color: '#967482'

red 150 ◦ green 116 ◦ blue 130

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

Shades of Venus #967482

Tints of Venus #967482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.29%

 BLUE value IS 130 (51.17% from 255) = 32.83%

R = 37.88%
G = 29.29%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#967482 (or 0x967482) is known color: Venus. HEX triplet: 96, 74 and 82. RGB value is (150,116,130). Sum of RGB (Red+Green+Blue) = 150+116+130=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #967482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967482 is #698B7D. Grayscale: #7F7F7F. Windows color (decimal): -6916990 or 8549526. OLE color: 8549526.

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

Color convert

RGB 150 116 130 -
CMYK 0 0.23 0.13 0.41
HSL 335.29º 0.14% 0.52% -
HSV(B) 335.29º 0.23% 0.59% -
XYZ 22.85 20.59 23.89 -
YUV 127.76 129.26 143.86 -
System Red Green Blue C M Y K H S L
Decimal 150 116 130 0 0.23 0.13 0.41 335.29 0.14 0.52
Hex 96 74 82 0 17 D 29 14F E 34
Octal 226 164 202 0 27 15 51 517 16 64
Binary 10010110 1110100 10000010 0 10111 1101 101001 101001111 1110 110100

Color Harmonies of #967482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967482

Black with #967482

Text Example


Text Example

White with #967482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967482; }

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

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

background-color css

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

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

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

border-color css

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

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

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