Html Css Color HEX #907F73 Americano

📋 copy color: '#907F73'

red 144 ◦ green 127 ◦ blue 115

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

Shades of Americano #907F73

Tints of Americano #907F73

RGB

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

 GREEN value IS 127 (50% from 255) = 32.9%

 BLUE value IS 115 (45.31% from 255) = 29.79%

R = 37.31%
G = 32.9%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#907F73 (or 0x907F73) is known color: Americano. HEX triplet: 90, 7F and 73. RGB value is (144,127,115). Sum of RGB (Red+Green+Blue) = 144+127+115=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 144 - color contains mainly: red. Hex color #907F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907F73 is #6F808C. Grayscale: #828282. Windows color (decimal): -7307405 or 7569296. OLE color: 7569296.

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

Color convert

RGB 144 127 115 -
CMYK 0 0.12 0.20 0.44
HSL 24.83º 0.12% 0.51% -
HSV(B) 24.83º 0.2% 0.56% -
XYZ 22.19 22.35 19.36 -
YUV 130.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 144 127 115 0 0.12 0.20 0.44 24.83 0.12 0.51
Hex 90 7F 73 0 C 14 2C 19 C 33
Octal 220 177 163 0 14 24 54 31 14 63
Binary 10010000 1111111 1110011 0 1100 10100 101100 11001 1100 110011

Color Harmonies of #907F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907F73

Black with #907F73

Text Example


Text Example

White with #907F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907F73; }

 p { color: rgb(144,127,115); }

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

background-color css

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

 a { background-color: rgb(144,127,115); }

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

border-color css

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

 span { border-color: rgb(144,127,115); }

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