Html Css Color HEX #907981 Venus

📋 copy color: '#907981'

red 144 ◦ green 121 ◦ blue 129

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

Shades of Venus #907981

Tints of Venus #907981

RGB

 RED value IS 144 (56.64% from 255) = 36.55%

 GREEN value IS 121 (47.66% from 255) = 30.71%

 BLUE value IS 129 (50.78% from 255) = 32.74%

R = 36.55%
G = 30.71%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#907981 (or 0x907981) is known color: Venus. HEX triplet: 90, 79 and 81. RGB value is (144,121,129). Sum of RGB (Red+Green+Blue) = 144+121+129=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 144 - color contains mainly: red. Hex color #907981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907981 is #6F867E. Grayscale: #808080. Windows color (decimal): -7308927 or 8485264. OLE color: 8485264.

HSL color Cylindrical-coordinate representation of color #907981: hue angle of 339.13º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #907981 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 121 129 -
CMYK 0 0.16 0.10 0.44
HSL 339.13º 0.09% 0.52% -
HSV(B) 339.13º 0.16% 0.56% -
XYZ 22.3 21.19 23.68 -
YUV 128.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 144 121 129 0 0.16 0.10 0.44 339.13 0.09 0.52
Hex 90 79 81 0 10 A 2C 153 9 34
Octal 220 171 201 0 20 12 54 523 11 64
Binary 10010000 1111001 10000001 0 10000 1010 101100 101010011 1001 110100

Color Harmonies of #907981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907981

Black with #907981

Text Example


Text Example

White with #907981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907981; }

 p { color: rgb(144,121,129); }

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

background-color css

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

 a { background-color: rgb(144,121,129); }

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

border-color css

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

 span { border-color: rgb(144,121,129); }

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