Html Css Color HEX #7F4D38 Cigar

📋 copy color: '#7F4D38'

red 127 ◦ green 77 ◦ blue 56

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

Shades of Cigar #7F4D38

Tints of Cigar #7F4D38

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.62%

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

R = 48.85%
G = 29.62%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#7F4D38 (or 0x7F4D38) is known color: Cigar. HEX triplet: 7F, 4D and 38. RGB value is (127,77,56). Sum of RGB (Red+Green+Blue) = 127+77+56=260 (34% of max value = 765). Red value is 127 (50% from 255 or 48.85% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F4D38 is #80B2C7. Grayscale: #595959. Windows color (decimal): -8434376 or 3689855. OLE color: 3689855.

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

Color convert

RGB 127 77 56 -
CMYK 0 0.39 0.56 0.50
HSL 17.75º 0.39% 0.36% -
HSV(B) 17.75º 0.56% 0.5% -
XYZ 12.12 10.11 5.05 -
YUV 89.56 109.07 154.71 -
System Red Green Blue C M Y K H S L
Decimal 127 77 56 0 0.39 0.56 0.50 17.75 0.39 0.36
Hex 7F 4D 38 0 27 38 32 12 27 24
Octal 177 115 70 0 47 70 62 22 47 44
Binary 1111111 1001101 111000 0 100111 111000 110010 10010 100111 100100

Color Harmonies of #7F4D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4D38

Black with #7F4D38

Text Example


Text Example

White with #7F4D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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