Html Css Color HEX #784F2A Korma

📋 copy color: '#784F2A'

red 120 ◦ green 79 ◦ blue 42

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

Shades of Korma #784F2A

Tints of Korma #784F2A

RGB

 RED value IS 120 (47.27% from 255) = 49.79%

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

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

R = 49.79%
G = 32.78%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#784F2A (or 0x784F2A) is known color: Korma. HEX triplet: 78, 4F and 2A. RGB value is (120,79,42). Sum of RGB (Red+Green+Blue) = 120+79+42=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #784F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784F2A is #87B0D5. Grayscale: #575757. Windows color (decimal): -8892630 or 2772856. OLE color: 2772856.

HSL color Cylindrical-coordinate representation of color #784F2A: hue angle of 28.46º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #784F2A is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 79 42 -
CMYK 0 0.34 0.65 0.53
HSL 28.46º 0.48% 0.32% -
HSV(B) 28.46º 0.65% 0.47% -
XYZ 10.96 9.75 3.5 -
YUV 87.04 102.58 151.51 -
System Red Green Blue C M Y K H S L
Decimal 120 79 42 0 0.34 0.65 0.53 28.46 0.48 0.32
Hex 78 4F 2A 0 22 41 35 1C 30 20
Octal 170 117 52 0 42 101 65 34 60 40
Binary 1111000 1001111 101010 0 100010 1000001 110101 11100 110000 100000

Color Harmonies of #784F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784F2A

Black with #784F2A

Text Example


Text Example

White with #784F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784F2A; }

 p { color: rgb(120,79,42); }

 H1.HeaderClassName
 {
   color: #784F2A;
 }
 .AnyTagClassName
 {
   color: #784F2A;
 }
</style>

background-color css

<style>
 a { background-color: #784F2A; }

 a { background-color: rgb(120,79,42); }

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

border-color css

<style>
 span { border-color: #784F2A; }

 span { border-color: rgb(120,79,42); }

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