Html Css Color HEX #7F5536 Cigar

📋 copy color: '#7F5536'

red 127 ◦ green 85 ◦ blue 54

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

Shades of Cigar #7F5536

Tints of Cigar #7F5536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.3%

R = 47.74%
G = 31.95%
B = 20.3%

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

#7F5536 (or 0x7F5536) is known color: Cigar. HEX triplet: 7F, 55 and 36. RGB value is (127,85,54). Sum of RGB (Red+Green+Blue) = 127+85+54=266 (35% of max value = 765). Red value is 127 (50% from 255 or 47.74% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5536 is #80AAC9. Grayscale: #5E5E5E. Windows color (decimal): -8432330 or 3560831. OLE color: 3560831.

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

Color convert

RGB 127 85 54 -
CMYK 0 0.33 0.57 0.50
HSL 25.48º 0.4% 0.35% -
HSV(B) 25.48º 0.57% 0.5% -
XYZ 12.67 11.28 5 -
YUV 94.02 105.41 151.52 -
System Red Green Blue C M Y K H S L
Decimal 127 85 54 0 0.33 0.57 0.50 25.48 0.4 0.35
Hex 7F 55 36 0 21 39 32 19 28 23
Octal 177 125 66 0 41 71 62 31 50 43
Binary 1111111 1010101 110110 0 100001 111001 110010 11001 101000 100011

Color Harmonies of #7F5536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5536

Black with #7F5536

Text Example


Text Example

White with #7F5536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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