Html Css Color HEX #7F533C Cigar

📋 copy color: '#7F533C'

red 127 ◦ green 83 ◦ blue 60

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

Shades of Cigar #7F533C

Tints of Cigar #7F533C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.22%

R = 47.04%
G = 30.74%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#7F533C (or 0x7F533C) is known color: Cigar. HEX triplet: 7F, 53 and 3C. RGB value is (127,83,60). Sum of RGB (Red+Green+Blue) = 127+83+60=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 127 - color contains mainly: red. Hex color #7F533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F533C is #80ACC3. Grayscale: #5D5D5D. Windows color (decimal): -8432836 or 3953535. OLE color: 3953535.

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

Color convert

RGB 127 83 60 -
CMYK 0 0.35 0.53 0.50
HSL 20.6º 0.36% 0.37% -
HSV(B) 20.6º 0.53% 0.5% -
XYZ 12.66 11.02 5.74 -
YUV 93.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 127 83 60 0 0.35 0.53 0.50 20.6 0.36 0.37
Hex 7F 53 3C 0 23 35 32 15 24 25
Octal 177 123 74 0 43 65 62 25 44 45
Binary 1111111 1010011 111100 0 100011 110101 110010 10101 100100 100101

Color Harmonies of #7F533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F533C

Black with #7F533C

Text Example


Text Example

White with #7F533C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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