Html Css Color HEX #907279 Venus

📋 copy color: '#907279'

red 144 ◦ green 114 ◦ blue 121

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

Shades of Venus #907279

Tints of Venus #907279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.08%

 BLUE value IS 121 (47.66% from 255) = 31.93%

R = 37.99%
G = 30.08%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#907279 (or 0x907279) is known color: Venus. HEX triplet: 90, 72 and 79. RGB value is (144,114,121). Sum of RGB (Red+Green+Blue) = 144+114+121=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 144 - color contains mainly: red. Hex color #907279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907279 is #6F8D86. Grayscale: #7B7B7B. Windows color (decimal): -7310727 or 7959184. OLE color: 7959184.

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

Color convert

RGB 144 114 121 -
CMYK 0 0.21 0.16 0.44
HSL 346º 0.12% 0.51% -
HSV(B) 346º 0.21% 0.56% -
XYZ 20.97 19.34 20.72 -
YUV 123.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 144 114 121 0 0.21 0.16 0.44 346 0.12 0.51
Hex 90 72 79 0 15 10 2C 15A C 33
Octal 220 162 171 0 25 20 54 532 14 63
Binary 10010000 1110010 1111001 0 10101 10000 101100 101011010 1100 110011

Color Harmonies of #907279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907279

Black with #907279

Text Example


Text Example

White with #907279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907279; }

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

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

background-color css

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

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

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

border-color css

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

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

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