Html Css Color HEX #764D29 Korma

📋 copy color: '#764D29'

red 118 ◦ green 77 ◦ blue 41

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

Shades of Korma #764D29

Tints of Korma #764D29

RGB

 RED value IS 118 (46.48% from 255) = 50%

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

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

R = 50%
G = 32.63%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#764D29 (or 0x764D29) is known color: Korma. HEX triplet: 76, 4D and 29. RGB value is (118,77,41). Sum of RGB (Red+Green+Blue) = 118+77+41=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #764D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D29 is #89B2D6. Grayscale: #555555. Windows color (decimal): -9024215 or 2706806. OLE color: 2706806.

HSL color Cylindrical-coordinate representation of color #764D29: hue angle of 28.05º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #764D29 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 77 41 -
CMYK 0 0.35 0.65 0.54
HSL 28.05º 0.48% 0.31% -
HSV(B) 28.05º 0.65% 0.46% -
XYZ 10.53 9.32 3.34 -
YUV 85.16 103.08 151.43 -
System Red Green Blue C M Y K H S L
Decimal 118 77 41 0 0.35 0.65 0.54 28.05 0.48 0.31
Hex 76 4D 29 0 23 41 36 1C 30 1F
Octal 166 115 51 0 43 101 66 34 60 37
Binary 1110110 1001101 101001 0 100011 1000001 110110 11100 110000 11111

Color Harmonies of #764D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D29

Black with #764D29

Text Example


Text Example

White with #764D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764D29; }

 p { color: rgb(118,77,41); }

 H1.HeaderClassName
 {
   color: #764D29;
 }
 .AnyTagClassName
 {
   color: #764D29;
 }
</style>

background-color css

<style>
 a { background-color: #764D29; }

 a { background-color: rgb(118,77,41); }

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

border-color css

<style>
 span { border-color: #764D29; }

 span { border-color: rgb(118,77,41); }

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