Html Css Color HEX #7D4E2A Korma

📋 copy color: '#7D4E2A'

red 125 ◦ green 78 ◦ blue 42

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

Shades of Korma #7D4E2A

Tints of Korma #7D4E2A

RGB

 RED value IS 125 (49.22% from 255) = 51.02%

 GREEN value IS 78 (30.86% from 255) = 31.84%

 BLUE value IS 42 (16.8% from 255) = 17.14%

R = 51.02%
G = 31.84%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#7D4E2A (or 0x7D4E2A) is known color: Korma. HEX triplet: 7D, 4E and 2A. RGB value is (125,78,42). Sum of RGB (Red+Green+Blue) = 125+78+42=245 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.02% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D4E2A is #82B1D5. Grayscale: #585858. Windows color (decimal): -8565206 or 2772605. OLE color: 2772605.

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

Color convert

RGB 125 78 42 -
CMYK 0 0.38 0.66 0.51
HSL 26.02º 0.5% 0.33% -
HSV(B) 26.02º 0.66% 0.49% -
XYZ 11.6 9.98 3.5 -
YUV 87.95 102.07 154.43 -
System Red Green Blue C M Y K H S L
Decimal 125 78 42 0 0.38 0.66 0.51 26.02 0.5 0.33
Hex 7D 4E 2A 0 26 42 33 1A 32 21
Octal 175 116 52 0 46 102 63 32 62 41
Binary 1111101 1001110 101010 0 100110 1000010 110011 11010 110010 100001

Color Harmonies of #7D4E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4E2A

Black with #7D4E2A

Text Example


Text Example

White with #7D4E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,78,42); }

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

background-color css

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

 a { background-color: rgb(125,78,42); }

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

border-color css

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

 span { border-color: rgb(125,78,42); }

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