Html Css Color HEX #7A4D29 Korma

📋 copy color: '#7A4D29'

red 122 ◦ green 77 ◦ blue 41

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

Shades of Korma #7A4D29

Tints of Korma #7A4D29

RGB

 RED value IS 122 (48.05% from 255) = 50.83%

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

 BLUE value IS 41 (16.41% from 255) = 17.08%

R = 50.83%
G = 32.08%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#7A4D29 (or 0x7A4D29) is known color: Korma. HEX triplet: 7A, 4D and 29. RGB value is (122,77,41). Sum of RGB (Red+Green+Blue) = 122+77+41=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A4D29 is #85B2D6. Grayscale: #565656. Windows color (decimal): -8762071 or 2706810. OLE color: 2706810.

HSL color Cylindrical-coordinate representation of color #7A4D29: hue angle of 26.67º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A4D29 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 77 41 -
CMYK 0 0.37 0.66 0.52
HSL 26.67º 0.5% 0.32% -
HSV(B) 26.67º 0.66% 0.48% -
XYZ 11.08 9.61 3.37 -
YUV 86.35 102.41 153.43 -
System Red Green Blue C M Y K H S L
Decimal 122 77 41 0 0.37 0.66 0.52 26.67 0.5 0.32
Hex 7A 4D 29 0 25 42 34 1B 32 20
Octal 172 115 51 0 45 102 64 33 62 40
Binary 1111010 1001101 101001 0 100101 1000010 110100 11011 110010 100000

Color Harmonies of #7A4D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4D29

Black with #7A4D29

Text Example


Text Example

White with #7A4D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,77,41); }

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

background-color css

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

 a { background-color: rgb(122,77,41); }

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

border-color css

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

 span { border-color: rgb(122,77,41); }

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