Html Css Color HEX #7F5537 Cigar

📋 copy color: '#7F5537'

red 127 ◦ green 85 ◦ blue 55

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

Shades of Cigar #7F5537

Tints of Cigar #7F5537

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.84%

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

R = 47.57%
G = 31.84%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#7F5537 (or 0x7F5537) is known color: Cigar. HEX triplet: 7F, 55 and 37. RGB value is (127,85,55). Sum of RGB (Red+Green+Blue) = 127+85+55=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5537 is #80AAC8. Grayscale: #5E5E5E. Windows color (decimal): -8432329 or 3626367. OLE color: 3626367.

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

Color convert

RGB 127 85 55 -
CMYK 0 0.33 0.57 0.50
HSL 25º 0.4% 0.36% -
HSV(B) 25º 0.57% 0.5% -
XYZ 12.69 11.28 5.12 -
YUV 94.14 105.91 151.44 -
System Red Green Blue C M Y K H S L
Decimal 127 85 55 0 0.33 0.57 0.50 25 0.4 0.36
Hex 7F 55 37 0 21 39 32 19 28 24
Octal 177 125 67 0 41 71 62 31 50 44
Binary 1111111 1010101 110111 0 100001 111001 110010 11001 101000 100100

Color Harmonies of #7F5537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5537

Black with #7F5537

Text Example


Text Example

White with #7F5537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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