Html Css Color HEX #907080 Strikemaster

📋 copy color: '#907080'

red 144 ◦ green 112 ◦ blue 128

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

Shades of Strikemaster #907080

Tints of Strikemaster #907080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.33%

R = 37.5%
G = 29.17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#907080 (or 0x907080) is known color: Strikemaster. HEX triplet: 90, 70 and 80. RGB value is (144,112,128). Sum of RGB (Red+Green+Blue) = 144+112+128=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 144 - color contains mainly: red. Hex color #907080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907080 is #6F8F7F. Grayscale: #7B7B7B. Windows color (decimal): -7311232 or 8417424. OLE color: 8417424.

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

Color convert

RGB 144 112 128 -
CMYK 0 0.22 0.11 0.44
HSL 330º 0.13% 0.5% -
HSV(B) 330º 0.22% 0.56% -
XYZ 21.19 19.08 22.99 -
YUV 123.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 144 112 128 0 0.22 0.11 0.44 330 0.13 0.5
Hex 90 70 80 0 16 B 2C 14A D 32
Octal 220 160 200 0 26 13 54 512 15 62
Binary 10010000 1110000 10000000 0 10110 1011 101100 101001010 1101 110010

Color Harmonies of #907080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907080

Black with #907080

Text Example


Text Example

White with #907080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907080; }

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

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

background-color css

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

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

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

border-color css

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

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

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