Html Css Color HEX #907078 Venus

📋 copy color: '#907078'

red 144 ◦ green 112 ◦ blue 120

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

Shades of Venus #907078

Tints of Venus #907078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.79%

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

R = 38.3%
G = 29.79%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#907078 (or 0x907078) is known color: Venus. HEX triplet: 90, 70 and 78. RGB value is (144,112,120). Sum of RGB (Red+Green+Blue) = 144+112+120=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 144 - color contains mainly: red. Hex color #907078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907078 is #6F8F87. Grayscale: #7A7A7A. Windows color (decimal): -7311240 or 7893136. OLE color: 7893136.

HSL color Cylindrical-coordinate representation of color #907078: hue angle of 345º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #907078 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 112 120 -
CMYK 0 0.22 0.17 0.44
HSL 345º 0.13% 0.5% -
HSV(B) 345º 0.22% 0.56% -
XYZ 20.69 18.87 20.32 -
YUV 122.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 144 112 120 0 0.22 0.17 0.44 345 0.13 0.5
Hex 90 70 78 0 16 11 2C 159 D 32
Octal 220 160 170 0 26 21 54 531 15 62
Binary 10010000 1110000 1111000 0 10110 10001 101100 101011001 1101 110010

Color Harmonies of #907078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907078

Black with #907078

Text Example


Text Example

White with #907078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907078; }

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

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

background-color css

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

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

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

border-color css

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

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

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