Html Css Color HEX #7F6450 Roman Coffee

📋 copy color: '#7F6450'

red 127 ◦ green 100 ◦ blue 80

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

Shades of Roman Coffee #7F6450

Tints of Roman Coffee #7F6450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.57%

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

R = 41.37%
G = 32.57%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#7F6450 (or 0x7F6450) is known color: Roman Coffee. HEX triplet: 7F, 64 and 50. RGB value is (127,100,80). Sum of RGB (Red+Green+Blue) = 127+100+80=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6450 is #809BAF. Grayscale: #696969. Windows color (decimal): -8428464 or 5268607. OLE color: 5268607.

HSL color Cylindrical-coordinate representation of color #7F6450: hue angle of 25.53º 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 #7F6450 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 100 80 -
CMYK 0 0.21 0.37 0.50
HSL 25.53º 0.23% 0.41% -
HSV(B) 25.53º 0.37% 0.5% -
XYZ 14.76 14.21 9.55 -
YUV 105.79 113.45 143.13 -
System Red Green Blue C M Y K H S L
Decimal 127 100 80 0 0.21 0.37 0.50 25.53 0.23 0.41
Hex 7F 64 50 0 15 25 32 1A 17 29
Octal 177 144 120 0 25 45 62 32 27 51
Binary 1111111 1100100 1010000 0 10101 100101 110010 11010 10111 101001

Color Harmonies of #7F6450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6450

Black with #7F6450

Text Example


Text Example

White with #7F6450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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