Html Css Color HEX #78522B Korma

📋 copy color: '#78522B'

red 120 ◦ green 82 ◦ blue 43

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

Shades of Korma #78522B

Tints of Korma #78522B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.47%

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

R = 48.98%
G = 33.47%
B = 17.55%

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

#78522B (or 0x78522B) is known color: Korma. HEX triplet: 78, 52 and 2B. RGB value is (120,82,43). Sum of RGB (Red+Green+Blue) = 120+82+43=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #78522B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78522B is #87ADD4. Grayscale: #595959. Windows color (decimal): -8891861 or 2839160. OLE color: 2839160.

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

Color convert

RGB 120 82 43 -
CMYK 0 0.32 0.64 0.53
HSL 30.39º 0.47% 0.32% -
HSV(B) 30.39º 0.64% 0.47% -
XYZ 11.2 10.2 3.66 -
YUV 88.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 120 82 43 0 0.32 0.64 0.53 30.39 0.47 0.32
Hex 78 52 2B 0 20 40 35 1E 2F 20
Octal 170 122 53 0 40 100 65 36 57 40
Binary 1111000 1010010 101011 0 100000 1000000 110101 11110 101111 100000

Color Harmonies of #78522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78522B

Black with #78522B

Text Example


Text Example

White with #78522B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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