Html Css Color HEX #764E2B Korma

📋 copy color: '#764E2B'

red 118 ◦ green 78 ◦ blue 43

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

Shades of Korma #764E2B

Tints of Korma #764E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.99%

R = 49.37%
G = 32.64%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#764E2B (or 0x764E2B) is known color: Korma. HEX triplet: 76, 4E and 2B. RGB value is (118,78,43). Sum of RGB (Red+Green+Blue) = 118+78+43=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #764E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E2B is #89B1D4. Grayscale: #565656. Windows color (decimal): -9023957 or 2838134. OLE color: 2838134.

HSL color Cylindrical-coordinate representation of color #764E2B: hue angle of 28º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #764E2B is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 78 43 -
CMYK 0 0.34 0.64 0.54
HSL 28º 0.47% 0.32% -
HSV(B) 28º 0.64% 0.46% -
XYZ 10.63 9.47 3.55 -
YUV 85.97 103.75 150.85 -
System Red Green Blue C M Y K H S L
Decimal 118 78 43 0 0.34 0.64 0.54 28 0.47 0.32
Hex 76 4E 2B 0 22 40 36 1C 2F 20
Octal 166 116 53 0 42 100 66 34 57 40
Binary 1110110 1001110 101011 0 100010 1000000 110110 11100 101111 100000

Color Harmonies of #764E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E2B

Black with #764E2B

Text Example


Text Example

White with #764E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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