Html Css Color HEX #968082 Venus

📋 copy color: '#968082'

red 150 ◦ green 128 ◦ blue 130

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

Shades of Venus #968082

Tints of Venus #968082

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.37%

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

R = 36.76%
G = 31.37%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#968082 (or 0x968082) is known color: Venus. HEX triplet: 96, 80 and 82. RGB value is (150,128,130). Sum of RGB (Red+Green+Blue) = 150+128+130=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 150 - color contains mainly: red. Hex color #968082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968082 is #697F7D. Grayscale: #868686. Windows color (decimal): -6913918 or 8552598. OLE color: 8552598.

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

Color convert

RGB 150 128 130 -
CMYK 0 0.15 0.13 0.41
HSL 354.55º 0.09% 0.55% -
HSV(B) 354.55º 0.15% 0.59% -
XYZ 24.33 23.53 24.38 -
YUV 134.81 125.29 138.84 -
System Red Green Blue C M Y K H S L
Decimal 150 128 130 0 0.15 0.13 0.41 354.55 0.09 0.55
Hex 96 80 82 0 F D 29 163 9 37
Octal 226 200 202 0 17 15 51 543 11 67
Binary 10010110 10000000 10000010 0 1111 1101 101001 101100011 1001 110111

Color Harmonies of #968082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968082

Black with #968082

Text Example


Text Example

White with #968082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968082; }

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

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

background-color css

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

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

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

border-color css

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

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

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