Html Css Color HEX #784D26 Korma

📋 copy color: '#784D26'

red 120 ◦ green 77 ◦ blue 38

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

Shades of Korma #784D26

Tints of Korma #784D26

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.77%

 BLUE value IS 38 (15.23% from 255) = 16.17%

R = 51.06%
G = 32.77%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#784D26 (or 0x784D26) is known color: Korma. HEX triplet: 78, 4D and 26. RGB value is (120,77,38). Sum of RGB (Red+Green+Blue) = 120+77+38=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #784D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784D26 is #87B2D9. Grayscale: #555555. Windows color (decimal): -8893146 or 2510200. OLE color: 2510200.

HSL color Cylindrical-coordinate representation of color #784D26: hue angle of 28.54º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #784D26 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 77 38 -
CMYK 0 0.36 0.68 0.53
HSL 28.54º 0.52% 0.31% -
HSV(B) 28.54º 0.68% 0.47% -
XYZ 10.75 9.44 3.09 -
YUV 85.41 101.25 152.67 -
System Red Green Blue C M Y K H S L
Decimal 120 77 38 0 0.36 0.68 0.53 28.54 0.52 0.31
Hex 78 4D 26 0 24 44 35 1D 34 1F
Octal 170 115 46 0 44 104 65 35 64 37
Binary 1111000 1001101 100110 0 100100 1000100 110101 11101 110100 11111

Color Harmonies of #784D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784D26

Black with #784D26

Text Example


Text Example

White with #784D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,77,38); }

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

background-color css

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

 a { background-color: rgb(120,77,38); }

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

border-color css

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

 span { border-color: rgb(120,77,38); }

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