Html Css Color HEX #7F4934 Cigar

📋 copy color: '#7F4934'

red 127 ◦ green 73 ◦ blue 52

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

Shades of Cigar #7F4934

Tints of Cigar #7F4934

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.97%

 BLUE value IS 52 (20.7% from 255) = 20.63%

R = 50.4%
G = 28.97%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#7F4934 (or 0x7F4934) is known color: Cigar. HEX triplet: 7F, 49 and 34. RGB value is (127,73,52). Sum of RGB (Red+Green+Blue) = 127+73+52=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4934 is #80B6CB. Grayscale: #565656. Windows color (decimal): -8435404 or 3426687. OLE color: 3426687.

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

Color convert

RGB 127 73 52 -
CMYK 0 0.43 0.59 0.50
HSL 16.8º 0.42% 0.35% -
HSV(B) 16.8º 0.59% 0.5% -
XYZ 11.75 9.53 4.47 -
YUV 86.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 127 73 52 0 0.43 0.59 0.50 16.8 0.42 0.35
Hex 7F 49 34 0 2B 3B 32 11 2A 23
Octal 177 111 64 0 53 73 62 21 52 43
Binary 1111111 1001001 110100 0 101011 111011 110010 10001 101010 100011

Color Harmonies of #7F4934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4934

Black with #7F4934

Text Example


Text Example

White with #7F4934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,73,52); }

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

background-color css

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

 a { background-color: rgb(127,73,52); }

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

border-color css

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

 span { border-color: rgb(127,73,52); }

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