Html Css Color HEX #78512B Korma

📋 copy color: '#78512B'

red 120 ◦ green 81 ◦ blue 43

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

Shades of Korma #78512B

Tints of Korma #78512B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.2%

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

R = 49.18%
G = 33.2%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#78512B (or 0x78512B) is known color: Korma. HEX triplet: 78, 51 and 2B. RGB value is (120,81,43). Sum of RGB (Red+Green+Blue) = 120+81+43=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #78512B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78512B is #87AED4. Grayscale: #585858. Windows color (decimal): -8892117 or 2838904. OLE color: 2838904.

HSL color Cylindrical-coordinate representation of color #78512B: hue angle of 29.61º 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 #78512B is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 81 43 -
CMYK 0 0.32 0.64 0.53
HSL 29.61º 0.47% 0.32% -
HSV(B) 29.61º 0.64% 0.47% -
XYZ 11.12 10.05 3.64 -
YUV 88.33 102.42 150.59 -
System Red Green Blue C M Y K H S L
Decimal 120 81 43 0 0.32 0.64 0.53 29.61 0.47 0.32
Hex 78 51 2B 0 20 40 35 1E 2F 20
Octal 170 121 53 0 40 100 65 36 57 40
Binary 1111000 1010001 101011 0 100000 1000000 110101 11110 101111 100000

Color Harmonies of #78512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78512B

Black with #78512B

Text Example


Text Example

White with #78512B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78512B; }

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

 H1.HeaderClassName
 {
   color: #78512B;
 }
 .AnyTagClassName
 {
   color: #78512B;
 }
</style>

background-color css

<style>
 a { background-color: #78512B; }

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

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

border-color css

<style>
 span { border-color: #78512B; }

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

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