Html Css Color HEX #7F513D Cigar

📋 copy color: '#7F513D'

red 127 ◦ green 81 ◦ blue 61

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

Shades of Cigar #7F513D

Tints of Cigar #7F513D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.11%

 BLUE value IS 61 (24.22% from 255) = 22.68%

R = 47.21%
G = 30.11%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#7F513D (or 0x7F513D) is known color: Cigar. HEX triplet: 7F, 51 and 3D. RGB value is (127,81,61). Sum of RGB (Red+Green+Blue) = 127+81+61=269 (35% of max value = 765). Red value is 127 (50% from 255 or 47.21% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 127 - color contains mainly: red. Hex color #7F513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F513D is #80AEC2. Grayscale: #5C5C5C. Windows color (decimal): -8433347 or 4018559. OLE color: 4018559.

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

Color convert

RGB 127 81 61 -
CMYK 0 0.36 0.52 0.50
HSL 18.18º 0.35% 0.37% -
HSV(B) 18.18º 0.52% 0.5% -
XYZ 12.54 10.73 5.83 -
YUV 92.47 110.24 152.63 -
System Red Green Blue C M Y K H S L
Decimal 127 81 61 0 0.36 0.52 0.50 18.18 0.35 0.37
Hex 7F 51 3D 0 24 34 32 12 23 25
Octal 177 121 75 0 44 64 62 22 43 45
Binary 1111111 1010001 111101 0 100100 110100 110010 10010 100011 100101

Color Harmonies of #7F513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F513D

Black with #7F513D

Text Example


Text Example

White with #7F513D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,81,61); }

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

background-color css

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

 a { background-color: rgb(127,81,61); }

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

border-color css

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

 span { border-color: rgb(127,81,61); }

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