Html Css Color HEX #907278 Venus

📋 copy color: '#907278'

red 144 ◦ green 114 ◦ blue 120

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

Shades of Venus #907278

Tints of Venus #907278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.75%

R = 38.1%
G = 30.16%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#907278 (or 0x907278) is known color: Venus. HEX triplet: 90, 72 and 78. RGB value is (144,114,120). Sum of RGB (Red+Green+Blue) = 144+114+120=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 144 - color contains mainly: red. Hex color #907278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907278 is #6F8D87. Grayscale: #7B7B7B. Windows color (decimal): -7310728 or 7893648. OLE color: 7893648.

HSL color Cylindrical-coordinate representation of color #907278: hue angle of 348º 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 #907278 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 114 120 -
CMYK 0 0.21 0.17 0.44
HSL 348º 0.12% 0.51% -
HSV(B) 348º 0.21% 0.56% -
XYZ 20.91 19.32 20.4 -
YUV 123.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 144 114 120 0 0.21 0.17 0.44 348 0.12 0.51
Hex 90 72 78 0 15 11 2C 15C C 33
Octal 220 162 170 0 25 21 54 534 14 63
Binary 10010000 1110010 1111000 0 10101 10001 101100 101011100 1100 110011

Color Harmonies of #907278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907278

Black with #907278

Text Example


Text Example

White with #907278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907278; }

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

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

background-color css

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

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

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

border-color css

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

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

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