Html Css Color HEX #7C502E Korma

📋 copy color: '#7C502E'

red 124 ◦ green 80 ◦ blue 46

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

Shades of Korma #7C502E

Tints of Korma #7C502E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32%

 BLUE value IS 46 (18.36% from 255) = 18.4%

R = 49.6%
G = 32%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7C502E (or 0x7C502E) is known color: Korma. HEX triplet: 7C, 50 and 2E. RGB value is (124,80,46). Sum of RGB (Red+Green+Blue) = 124+80+46=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C502E is #83AFD1. Grayscale: #595959. Windows color (decimal): -8630226 or 3035260. OLE color: 3035260.

HSL color Cylindrical-coordinate representation of color #7C502E: hue angle of 26.15º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C502E is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 80 46 -
CMYK 0 0.35 0.63 0.51
HSL 26.15º 0.46% 0.33% -
HSV(B) 26.15º 0.63% 0.49% -
XYZ 11.67 10.22 3.94 -
YUV 89.28 103.58 152.76 -
System Red Green Blue C M Y K H S L
Decimal 124 80 46 0 0.35 0.63 0.51 26.15 0.46 0.33
Hex 7C 50 2E 0 23 3F 33 1A 2E 21
Octal 174 120 56 0 43 77 63 32 56 41
Binary 1111100 1010000 101110 0 100011 111111 110011 11010 101110 100001

Color Harmonies of #7C502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C502E

Black with #7C502E

Text Example


Text Example

White with #7C502E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,80,46); }

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

background-color css

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

 a { background-color: rgb(124,80,46); }

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

border-color css

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

 span { border-color: rgb(124,80,46); }

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