Html Css Color HEX #78522F Korma

📋 copy color: '#78522F'

red 120 ◦ green 82 ◦ blue 47

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

Shades of Korma #78522F

Tints of Korma #78522F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.88%

R = 48.19%
G = 32.93%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#78522F (or 0x78522F) is known color: Korma. HEX triplet: 78, 52 and 2F. RGB value is (120,82,47). Sum of RGB (Red+Green+Blue) = 120+82+47=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #78522F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78522F is #87ADD0. Grayscale: #595959. Windows color (decimal): -8891857 or 3101304. OLE color: 3101304.

HSL color Cylindrical-coordinate representation of color #78522F: hue angle of 28.77º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78522F is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 82 47 -
CMYK 0 0.32 0.61 0.53
HSL 28.77º 0.44% 0.33% -
HSV(B) 28.77º 0.61% 0.47% -
XYZ 11.28 10.23 4.07 -
YUV 89.37 104.09 149.85 -
System Red Green Blue C M Y K H S L
Decimal 120 82 47 0 0.32 0.61 0.53 28.77 0.44 0.33
Hex 78 52 2F 0 20 3D 35 1D 2C 21
Octal 170 122 57 0 40 75 65 35 54 41
Binary 1111000 1010010 101111 0 100000 111101 110101 11101 101100 100001

Color Harmonies of #78522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78522F

Black with #78522F

Text Example


Text Example

White with #78522F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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