Html Css Color HEX #784F2E Korma

📋 copy color: '#784F2E'

red 120 ◦ green 79 ◦ blue 46

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

Shades of Korma #784F2E

Tints of Korma #784F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.78%

R = 48.98%
G = 32.24%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#784F2E (or 0x784F2E) is known color: Korma. HEX triplet: 78, 4F and 2E. RGB value is (120,79,46). Sum of RGB (Red+Green+Blue) = 120+79+46=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #784F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784F2E is #87B0D1. Grayscale: #575757. Windows color (decimal): -8892626 or 3035000. OLE color: 3035000.

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

Color convert

RGB 120 79 46 -
CMYK 0 0.34 0.62 0.53
HSL 26.76º 0.45% 0.33% -
HSV(B) 26.76º 0.62% 0.47% -
XYZ 11.03 9.78 3.89 -
YUV 87.5 104.58 151.18 -
System Red Green Blue C M Y K H S L
Decimal 120 79 46 0 0.34 0.62 0.53 26.76 0.45 0.33
Hex 78 4F 2E 0 22 3E 35 1B 2D 21
Octal 170 117 56 0 42 76 65 33 55 41
Binary 1111000 1001111 101110 0 100010 111110 110101 11011 101101 100001

Color Harmonies of #784F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784F2E

Black with #784F2E

Text Example


Text Example

White with #784F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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