Html Css Color HEX #977682 Venus

📋 copy color: '#977682'

red 151 ◦ green 118 ◦ blue 130

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

Shades of Venus #977682

Tints of Venus #977682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.57%

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

R = 37.84%
G = 29.57%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#977682 (or 0x977682) is known color: Venus. HEX triplet: 97, 76 and 82. RGB value is (151,118,130). Sum of RGB (Red+Green+Blue) = 151+118+130=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 151 - color contains mainly: red. Hex color #977682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977682 is #68897D. Grayscale: #818181. Windows color (decimal): -6850942 or 8550039. OLE color: 8550039.

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

Color convert

RGB 151 118 130 -
CMYK 0 0.22 0.14 0.41
HSL 338.18º 0.14% 0.53% -
HSV(B) 338.18º 0.22% 0.59% -
XYZ 23.27 21.15 23.97 -
YUV 129.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 151 118 130 0 0.22 0.14 0.41 338.18 0.14 0.53
Hex 97 76 82 0 16 E 29 152 E 35
Octal 227 166 202 0 26 16 51 522 16 65
Binary 10010111 1110110 10000010 0 10110 1110 101001 101010010 1110 110101

Color Harmonies of #977682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977682

Black with #977682

Text Example


Text Example

White with #977682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977682; }

 p { color: rgb(151,118,130); }

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

background-color css

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

 a { background-color: rgb(151,118,130); }

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

border-color css

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

 span { border-color: rgb(151,118,130); }

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