Html Css Color HEX #774C29 Korma

📋 copy color: '#774C29'

red 119 ◦ green 76 ◦ blue 41

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

Shades of Korma #774C29

Tints of Korma #774C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.37%

R = 50.42%
G = 32.2%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#774C29 (or 0x774C29) is known color: Korma. HEX triplet: 77, 4C and 29. RGB value is (119,76,41). Sum of RGB (Red+Green+Blue) = 119+76+41=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #774C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C29 is #88B3D6. Grayscale: #555555. Windows color (decimal): -8958935 or 2706551. OLE color: 2706551.

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

Color convert

RGB 119 76 41 -
CMYK 0 0.36 0.66 0.53
HSL 26.92º 0.49% 0.31% -
HSV(B) 26.92º 0.66% 0.47% -
XYZ 10.59 9.25 3.33 -
YUV 84.87 103.25 152.35 -
System Red Green Blue C M Y K H S L
Decimal 119 76 41 0 0.36 0.66 0.53 26.92 0.49 0.31
Hex 77 4C 29 0 24 42 35 1B 31 1F
Octal 167 114 51 0 44 102 65 33 61 37
Binary 1110111 1001100 101001 0 100100 1000010 110101 11011 110001 11111

Color Harmonies of #774C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C29

Black with #774C29

Text Example


Text Example

White with #774C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,76,41); }

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

background-color css

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

 a { background-color: rgb(119,76,41); }

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

border-color css

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

 span { border-color: rgb(119,76,41); }

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