Html Css Color HEX #7F503E Cigar

📋 copy color: '#7F503E'

red 127 ◦ green 80 ◦ blue 62

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

Shades of Cigar #7F503E

Tints of Cigar #7F503E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.74%

 BLUE value IS 62 (24.61% from 255) = 23.05%

R = 47.21%
G = 29.74%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#7F503E (or 0x7F503E) is known color: Cigar. HEX triplet: 7F, 50 and 3E. RGB value is (127,80,62). Sum of RGB (Red+Green+Blue) = 127+80+62=269 (35% of max value = 765). Red value is 127 (50% from 255 or 47.21% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 127 - color contains mainly: red. Hex color #7F503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F503E is #80AFC1. Grayscale: #5C5C5C. Windows color (decimal): -8433602 or 4083839. OLE color: 4083839.

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

Color convert

RGB 127 80 62 -
CMYK 0 0.37 0.51 0.50
HSL 16.62º 0.34% 0.37% -
HSV(B) 16.62º 0.51% 0.5% -
XYZ 12.49 10.6 5.94 -
YUV 92 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 127 80 62 0 0.37 0.51 0.50 16.62 0.34 0.37
Hex 7F 50 3E 0 25 33 32 11 22 25
Octal 177 120 76 0 45 63 62 21 42 45
Binary 1111111 1010000 111110 0 100101 110011 110010 10001 100010 100101

Color Harmonies of #7F503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F503E

Black with #7F503E

Text Example


Text Example

White with #7F503E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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