Html Css Color HEX #784C26 Korma

📋 copy color: '#784C26'

red 120 ◦ green 76 ◦ blue 38

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

Shades of Korma #784C26

Tints of Korma #784C26

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.48%

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

R = 51.28%
G = 32.48%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#784C26 (or 0x784C26) is known color: Korma. HEX triplet: 78, 4C and 26. RGB value is (120,76,38). Sum of RGB (Red+Green+Blue) = 120+76+38=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #784C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784C26 is #87B3D9. Grayscale: #555555. Windows color (decimal): -8893402 or 2509944. OLE color: 2509944.

HSL color Cylindrical-coordinate representation of color #784C26: hue angle of 27.8º 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 #784C26 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 76 38 -
CMYK 0 0.37 0.68 0.53
HSL 27.8º 0.52% 0.31% -
HSV(B) 27.8º 0.68% 0.47% -
XYZ 10.68 9.3 3.07 -
YUV 84.82 101.58 153.09 -
System Red Green Blue C M Y K H S L
Decimal 120 76 38 0 0.37 0.68 0.53 27.8 0.52 0.31
Hex 78 4C 26 0 25 44 35 1C 34 1F
Octal 170 114 46 0 45 104 65 34 64 37
Binary 1111000 1001100 100110 0 100101 1000100 110101 11100 110100 11111

Color Harmonies of #784C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784C26

Black with #784C26

Text Example


Text Example

White with #784C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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