Html Css Color HEX #967C82 Venus

📋 copy color: '#967C82'

red 150 ◦ green 124 ◦ blue 130

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

Shades of Venus #967C82

Tints of Venus #967C82

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.69%

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

R = 37.13%
G = 30.69%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#967C82 (or 0x967C82) is known color: Venus. HEX triplet: 96, 7C and 82. RGB value is (150,124,130). Sum of RGB (Red+Green+Blue) = 150+124+130=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #967C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967C82 is #69837D. Grayscale: #848484. Windows color (decimal): -6914942 or 8551574. OLE color: 8551574.

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

Color convert

RGB 150 124 130 -
CMYK 0 0.17 0.13 0.41
HSL 346.15º 0.11% 0.54% -
HSV(B) 346.15º 0.17% 0.59% -
XYZ 23.81 22.51 24.21 -
YUV 132.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 150 124 130 0 0.17 0.13 0.41 346.15 0.11 0.54
Hex 96 7C 82 0 11 D 29 15A B 36
Octal 226 174 202 0 21 15 51 532 13 66
Binary 10010110 1111100 10000010 0 10001 1101 101001 101011010 1011 110110

Color Harmonies of #967C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C82

Black with #967C82

Text Example


Text Example

White with #967C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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