Html Css Color HEX #764E29 Korma

📋 copy color: '#764E29'

red 118 ◦ green 78 ◦ blue 41

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

Shades of Korma #764E29

Tints of Korma #764E29

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.91%

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

R = 49.79%
G = 32.91%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#764E29 (or 0x764E29) is known color: Korma. HEX triplet: 76, 4E and 29. RGB value is (118,78,41). Sum of RGB (Red+Green+Blue) = 118+78+41=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #764E29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E29 is #89B1D6. Grayscale: #555555. Windows color (decimal): -9023959 or 2707062. OLE color: 2707062.

HSL color Cylindrical-coordinate representation of color #764E29: hue angle of 28.83º 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 #764E29 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 78 41 -
CMYK 0 0.34 0.65 0.54
HSL 28.83º 0.48% 0.31% -
HSV(B) 28.83º 0.65% 0.46% -
XYZ 10.6 9.46 3.37 -
YUV 85.74 102.75 151.01 -
System Red Green Blue C M Y K H S L
Decimal 118 78 41 0 0.34 0.65 0.54 28.83 0.48 0.31
Hex 76 4E 29 0 22 41 36 1D 30 1F
Octal 166 116 51 0 42 101 66 35 60 37
Binary 1110110 1001110 101001 0 100010 1000001 110110 11101 110000 11111

Color Harmonies of #764E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E29

Black with #764E29

Text Example


Text Example

White with #764E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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