Html Css Color HEX #7F6350 Roman Coffee

📋 copy color: '#7F6350'

red 127 ◦ green 99 ◦ blue 80

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

Shades of Roman Coffee #7F6350

Tints of Roman Coffee #7F6350

RGB

 RED value IS 127 (50% from 255) = 41.5%

 GREEN value IS 99 (39.06% from 255) = 32.35%

 BLUE value IS 80 (31.64% from 255) = 26.14%

R = 41.5%
G = 32.35%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#7F6350 (or 0x7F6350) is known color: Roman Coffee. HEX triplet: 7F, 63 and 50. RGB value is (127,99,80). Sum of RGB (Red+Green+Blue) = 127+99+80=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6350 is #809CAF. Grayscale: #696969. Windows color (decimal): -8428720 or 5268351. OLE color: 5268351.

HSL color Cylindrical-coordinate representation of color #7F6350: hue angle of 24.26º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F6350 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 99 80 -
CMYK 0 0.22 0.37 0.50
HSL 24.26º 0.23% 0.41% -
HSV(B) 24.26º 0.37% 0.5% -
XYZ 14.66 14.01 9.52 -
YUV 105.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 127 99 80 0 0.22 0.37 0.50 24.26 0.23 0.41
Hex 7F 63 50 0 16 25 32 18 17 29
Octal 177 143 120 0 26 45 62 30 27 51
Binary 1111111 1100011 1010000 0 10110 100101 110010 11000 10111 101001

Color Harmonies of #7F6350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6350

Black with #7F6350

Text Example


Text Example

White with #7F6350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F6350; }

 p { color: rgb(127,99,80); }

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

background-color css

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

 a { background-color: rgb(127,99,80); }

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

border-color css

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

 span { border-color: rgb(127,99,80); }

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