Html Css Color HEX #784C2B Korma

📋 copy color: '#784C2B'

red 120 ◦ green 76 ◦ blue 43

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

Shades of Korma #784C2B

Tints of Korma #784C2B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.8%

 BLUE value IS 43 (17.19% from 255) = 17.99%

R = 50.21%
G = 31.8%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#784C2B (or 0x784C2B) is known color: Korma. HEX triplet: 78, 4C and 2B. RGB value is (120,76,43). Sum of RGB (Red+Green+Blue) = 120+76+43=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #784C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784C2B is #87B3D4. Grayscale: #555555. Windows color (decimal): -8893397 or 2837624. OLE color: 2837624.

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

Color convert

RGB 120 76 43 -
CMYK 0 0.37 0.64 0.53
HSL 25.71º 0.47% 0.32% -
HSV(B) 25.71º 0.64% 0.47% -
XYZ 10.77 9.34 3.52 -
YUV 85.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 120 76 43 0 0.37 0.64 0.53 25.71 0.47 0.32
Hex 78 4C 2B 0 25 40 35 1A 2F 20
Octal 170 114 53 0 45 100 65 32 57 40
Binary 1111000 1001100 101011 0 100101 1000000 110101 11010 101111 100000

Color Harmonies of #784C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784C2B

Black with #784C2B

Text Example


Text Example

White with #784C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,76,43); }

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

background-color css

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

 a { background-color: rgb(120,76,43); }

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

border-color css

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

 span { border-color: rgb(120,76,43); }

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