Html Css Color HEX #774D26 Korma

📋 copy color: '#774D26'

red 119 ◦ green 77 ◦ blue 38

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

Shades of Korma #774D26

Tints of Korma #774D26

RGB

 RED value IS 119 (46.88% from 255) = 50.85%

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

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

R = 50.85%
G = 32.91%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#774D26 (or 0x774D26) is known color: Korma. HEX triplet: 77, 4D and 26. RGB value is (119,77,38). Sum of RGB (Red+Green+Blue) = 119+77+38=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #774D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D26 is #88B2D9. Grayscale: #555555. Windows color (decimal): -8958682 or 2510199. OLE color: 2510199.

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

Color convert

RGB 119 77 38 -
CMYK 0 0.35 0.68 0.53
HSL 28.89º 0.52% 0.31% -
HSV(B) 28.89º 0.68% 0.47% -
XYZ 10.61 9.37 3.08 -
YUV 85.11 101.41 152.17 -
System Red Green Blue C M Y K H S L
Decimal 119 77 38 0 0.35 0.68 0.53 28.89 0.52 0.31
Hex 77 4D 26 0 23 44 35 1D 34 1F
Octal 167 115 46 0 43 104 65 35 64 37
Binary 1110111 1001101 100110 0 100011 1000100 110101 11101 110100 11111

Color Harmonies of #774D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D26

Black with #774D26

Text Example


Text Example

White with #774D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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