Html Css Color HEX #7C502F Korma

📋 copy color: '#7C502F'

red 124 ◦ green 80 ◦ blue 47

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

Shades of Korma #7C502F

Tints of Korma #7C502F

RGB

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

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

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

R = 49.4%
G = 31.87%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7C502F (or 0x7C502F) is known color: Korma. HEX triplet: 7C, 50 and 2F. RGB value is (124,80,47). Sum of RGB (Red+Green+Blue) = 124+80+47=251 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.40% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 124 - color contains mainly: red. Hex color #7C502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C502F is #83AFD0. Grayscale: #595959. Windows color (decimal): -8630225 or 3100796. OLE color: 3100796.

HSL color Cylindrical-coordinate representation of color #7C502F: hue angle of 25.71º 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 #7C502F is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 80 47 -
CMYK 0 0.35 0.62 0.51
HSL 25.71º 0.45% 0.34% -
HSV(B) 25.71º 0.62% 0.49% -
XYZ 11.69 10.23 4.05 -
YUV 89.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 124 80 47 0 0.35 0.62 0.51 25.71 0.45 0.34
Hex 7C 50 2F 0 23 3E 33 1A 2D 22
Octal 174 120 57 0 43 76 63 32 55 42
Binary 1111100 1010000 101111 0 100011 111110 110011 11010 101101 100010

Color Harmonies of #7C502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C502F

Black with #7C502F

Text Example


Text Example

White with #7C502F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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