Html Css Color HEX #7C4D2F Korma

📋 copy color: '#7C4D2F'

red 124 ◦ green 77 ◦ blue 47

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

Shades of Korma #7C4D2F

Tints of Korma #7C4D2F

RGB

 RED value IS 124 (48.83% from 255) = 50%

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

 BLUE value IS 47 (18.75% from 255) = 18.95%

R = 50%
G = 31.05%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7C4D2F (or 0x7C4D2F) is known color: Korma. HEX triplet: 7C, 4D and 2F. RGB value is (124,77,47). Sum of RGB (Red+Green+Blue) = 124+77+47=248 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C4D2F is #83B2D0. Grayscale: #575757. Windows color (decimal): -8630993 or 3100028. OLE color: 3100028.

HSL color Cylindrical-coordinate representation of color #7C4D2F: hue angle of 23.38º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C4D2F is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 77 47 -
CMYK 0 0.38 0.62 0.51
HSL 23.38º 0.45% 0.34% -
HSV(B) 23.38º 0.62% 0.49% -
XYZ 11.48 9.8 3.98 -
YUV 87.63 105.07 153.94 -
System Red Green Blue C M Y K H S L
Decimal 124 77 47 0 0.38 0.62 0.51 23.38 0.45 0.34
Hex 7C 4D 2F 0 26 3E 33 17 2D 22
Octal 174 115 57 0 46 76 63 27 55 42
Binary 1111100 1001101 101111 0 100110 111110 110011 10111 101101 100010

Color Harmonies of #7C4D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4D2F

Black with #7C4D2F

Text Example


Text Example

White with #7C4D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,77,47); }

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

background-color css

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

 a { background-color: rgb(124,77,47); }

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

border-color css

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

 span { border-color: rgb(124,77,47); }

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