Html Css Color HEX #7A4F27 Korma

📋 copy color: '#7A4F27'

red 122 ◦ green 79 ◦ blue 39

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

Shades of Korma #7A4F27

Tints of Korma #7A4F27

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.92%

 BLUE value IS 39 (15.63% from 255) = 16.25%

R = 50.83%
G = 32.92%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.52

RGB Variations

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

Color information

#7A4F27 (or 0x7A4F27) is known color: Korma. HEX triplet: 7A, 4F and 27. RGB value is (122,79,39). Sum of RGB (Red+Green+Blue) = 122+79+39=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A4F27 is #85B0D8. Grayscale: #575757. Windows color (decimal): -8761561 or 2576250. OLE color: 2576250.

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

Color convert

RGB 122 79 39 -
CMYK 0 0.35 0.68 0.52
HSL 28.92º 0.52% 0.32% -
HSV(B) 28.92º 0.68% 0.48% -
XYZ 11.19 9.88 3.24 -
YUV 87.3 100.75 152.75 -
System Red Green Blue C M Y K H S L
Decimal 122 79 39 0 0.35 0.68 0.52 28.92 0.52 0.32
Hex 7A 4F 27 0 23 44 34 1D 34 20
Octal 172 117 47 0 43 104 64 35 64 40
Binary 1111010 1001111 100111 0 100011 1000100 110100 11101 110100 100000

Color Harmonies of #7A4F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4F27

Black with #7A4F27

Text Example


Text Example

White with #7A4F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,79,39); }

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

background-color css

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

 a { background-color: rgb(122,79,39); }

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

border-color css

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

 span { border-color: rgb(122,79,39); }

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