Html Css Color HEX #7F5336 Cigar

📋 copy color: '#7F5336'

red 127 ◦ green 83 ◦ blue 54

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

Shades of Cigar #7F5336

Tints of Cigar #7F5336

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.44%

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

R = 48.11%
G = 31.44%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#7F5336 (or 0x7F5336) is known color: Cigar. HEX triplet: 7F, 53 and 36. RGB value is (127,83,54). Sum of RGB (Red+Green+Blue) = 127+83+54=264 (34% of max value = 765). Red value is 127 (50% from 255 or 48.11% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5336 is #80ACC9. Grayscale: #5D5D5D. Windows color (decimal): -8432842 or 3560319. OLE color: 3560319.

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

Color convert

RGB 127 83 54 -
CMYK 0 0.35 0.57 0.50
HSL 23.84º 0.4% 0.35% -
HSV(B) 23.84º 0.57% 0.5% -
XYZ 12.51 10.96 4.95 -
YUV 92.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 127 83 54 0 0.35 0.57 0.50 23.84 0.4 0.35
Hex 7F 53 36 0 23 39 32 18 28 23
Octal 177 123 66 0 43 71 62 30 50 43
Binary 1111111 1010011 110110 0 100011 111001 110010 11000 101000 100011

Color Harmonies of #7F5336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5336

Black with #7F5336

Text Example


Text Example

White with #7F5336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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