Html Css Color HEX #927F72 Americano

📋 copy color: '#927F72'

red 146 ◦ green 127 ◦ blue 114

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

Shades of Americano #927F72

Tints of Americano #927F72

RGB

 RED value IS 146 (57.42% from 255) = 37.73%

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

 BLUE value IS 114 (44.92% from 255) = 29.46%

R = 37.73%
G = 32.82%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#927F72 (or 0x927F72) is known color: Americano. HEX triplet: 92, 7F and 72. RGB value is (146,127,114). Sum of RGB (Red+Green+Blue) = 146+127+114=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 146 - color contains mainly: red. Hex color #927F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927F72 is #6D808D. Grayscale: #838383. Windows color (decimal): -7176334 or 7503762. OLE color: 7503762.

HSL color Cylindrical-coordinate representation of color #927F72: hue angle of 24.38º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #927F72 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 127 114 -
CMYK 0 0.13 0.22 0.43
HSL 24.38º 0.13% 0.51% -
HSV(B) 24.38º 0.22% 0.57% -
XYZ 22.48 22.5 19.08 -
YUV 131.2 118.29 138.56 -
System Red Green Blue C M Y K H S L
Decimal 146 127 114 0 0.13 0.22 0.43 24.38 0.13 0.51
Hex 92 7F 72 0 D 16 2B 18 D 33
Octal 222 177 162 0 15 26 53 30 15 63
Binary 10010010 1111111 1110010 0 1101 10110 101011 11000 1101 110011

Color Harmonies of #927F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927F72

Black with #927F72

Text Example


Text Example

White with #927F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927F72; }

 p { color: rgb(146,127,114); }

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

background-color css

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

 a { background-color: rgb(146,127,114); }

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

border-color css

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

 span { border-color: rgb(146,127,114); }

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