Html Css Color HEX #78502F Korma

📋 copy color: '#78502F'

red 120 ◦ green 80 ◦ blue 47

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

Shades of Korma #78502F

Tints of Korma #78502F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.39%

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

R = 48.58%
G = 32.39%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#78502F (or 0x78502F) is known color: Korma. HEX triplet: 78, 50 and 2F. RGB value is (120,80,47). Sum of RGB (Red+Green+Blue) = 120+80+47=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #78502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78502F is #87AFD0. Grayscale: #585858. Windows color (decimal): -8892369 or 3100792. OLE color: 3100792.

HSL color Cylindrical-coordinate representation of color #78502F: hue angle of 27.12º 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 #78502F is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 80 47 -
CMYK 0 0.33 0.61 0.53
HSL 27.12º 0.44% 0.33% -
HSV(B) 27.12º 0.61% 0.47% -
XYZ 11.13 9.94 4.02 -
YUV 88.2 104.75 150.68 -
System Red Green Blue C M Y K H S L
Decimal 120 80 47 0 0.33 0.61 0.53 27.12 0.44 0.33
Hex 78 50 2F 0 21 3D 35 1B 2C 21
Octal 170 120 57 0 41 75 65 33 54 41
Binary 1111000 1010000 101111 0 100001 111101 110101 11011 101100 100001

Color Harmonies of #78502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78502F

Black with #78502F

Text Example


Text Example

White with #78502F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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