Html Css Color HEX #7F4F38 Cigar

📋 copy color: '#7F4F38'

red 127 ◦ green 79 ◦ blue 56

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

Shades of Cigar #7F4F38

Tints of Cigar #7F4F38

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.15%

 BLUE value IS 56 (22.27% from 255) = 21.37%

R = 48.47%
G = 30.15%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#7F4F38 (or 0x7F4F38) is known color: Cigar. HEX triplet: 7F, 4F and 38. RGB value is (127,79,56). Sum of RGB (Red+Green+Blue) = 127+79+56=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F4F38 is #80B0C7. Grayscale: #5A5A5A. Windows color (decimal): -8433864 or 3690367. OLE color: 3690367.

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

Color convert

RGB 127 79 56 -
CMYK 0 0.38 0.56 0.50
HSL 19.44º 0.39% 0.36% -
HSV(B) 19.44º 0.56% 0.5% -
XYZ 12.26 10.39 5.1 -
YUV 90.73 108.4 153.87 -
System Red Green Blue C M Y K H S L
Decimal 127 79 56 0 0.38 0.56 0.50 19.44 0.39 0.36
Hex 7F 4F 38 0 26 38 32 13 27 24
Octal 177 117 70 0 46 70 62 23 47 44
Binary 1111111 1001111 111000 0 100110 111000 110010 10011 100111 100100

Color Harmonies of #7F4F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4F38

Black with #7F4F38

Text Example


Text Example

White with #7F4F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,79,56); }

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

background-color css

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

 a { background-color: rgb(127,79,56); }

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

border-color css

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

 span { border-color: rgb(127,79,56); }

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