Html Css Color HEX #978083 Venus

📋 copy color: '#978083'

red 151 ◦ green 128 ◦ blue 131

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

Shades of Venus #978083

Tints of Venus #978083

RGB

 RED value IS 151 (59.38% from 255) = 36.83%

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

 BLUE value IS 131 (51.56% from 255) = 31.95%

R = 36.83%
G = 31.22%
B = 31.95%

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

#978083 (or 0x978083) is known color: Venus. HEX triplet: 97, 80 and 83. RGB value is (151,128,131). Sum of RGB (Red+Green+Blue) = 151+128+131=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 151 - color contains mainly: red. Hex color #978083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978083 is #687F7C. Grayscale: #878787. Windows color (decimal): -6848381 or 8618135. OLE color: 8618135.

HSL color Cylindrical-coordinate representation of color #978083: hue angle of 352.17º degrees, saturation: 0.1, 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 #978083 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 128 131 -
CMYK 0 0.15 0.13 0.41
HSL 352.17º 0.1% 0.55% -
HSV(B) 352.17º 0.15% 0.59% -
XYZ 24.58 23.66 24.74 -
YUV 135.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 151 128 131 0 0.15 0.13 0.41 352.17 0.1 0.55
Hex 97 80 83 0 F D 29 160 A 37
Octal 227 200 203 0 17 15 51 540 12 67
Binary 10010111 10000000 10000011 0 1111 1101 101001 101100000 1010 110111

Color Harmonies of #978083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978083

Black with #978083

Text Example


Text Example

White with #978083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978083; }

 p { color: rgb(151,128,131); }

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

background-color css

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

 a { background-color: rgb(151,128,131); }

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

border-color css

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

 span { border-color: rgb(151,128,131); }

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