Html Css Color HEX #7F5137 Cigar

📋 copy color: '#7F5137'

red 127 ◦ green 81 ◦ blue 55

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

Shades of Cigar #7F5137

Tints of Cigar #7F5137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.91%

R = 48.29%
G = 30.8%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#7F5137 (or 0x7F5137) is known color: Cigar. HEX triplet: 7F, 51 and 37. RGB value is (127,81,55). Sum of RGB (Red+Green+Blue) = 127+81+55=263 (34% of max value = 765). Red value is 127 (50% from 255 or 48.29% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5137 is #80AEC8. Grayscale: #5B5B5B. Windows color (decimal): -8433353 or 3625343. OLE color: 3625343.

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

Color convert

RGB 127 81 55 -
CMYK 0 0.36 0.57 0.50
HSL 21.67º 0.4% 0.36% -
HSV(B) 21.67º 0.57% 0.5% -
XYZ 12.38 10.67 5.02 -
YUV 91.79 107.24 153.11 -
System Red Green Blue C M Y K H S L
Decimal 127 81 55 0 0.36 0.57 0.50 21.67 0.4 0.36
Hex 7F 51 37 0 24 39 32 16 28 24
Octal 177 121 67 0 44 71 62 26 50 44
Binary 1111111 1010001 110111 0 100100 111001 110010 10110 101000 100100

Color Harmonies of #7F5137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5137

Black with #7F5137

Text Example


Text Example

White with #7F5137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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