Html Css Color HEX #764D2A Korma

📋 copy color: '#764D2A'

red 118 ◦ green 77 ◦ blue 42

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

Shades of Korma #764D2A

Tints of Korma #764D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.72%

R = 49.79%
G = 32.49%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#764D2A (or 0x764D2A) is known color: Korma. HEX triplet: 76, 4D and 2A. RGB value is (118,77,42). Sum of RGB (Red+Green+Blue) = 118+77+42=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #764D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D2A is #89B2D5. Grayscale: #555555. Windows color (decimal): -9024214 or 2772342. OLE color: 2772342.

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

Color convert

RGB 118 77 42 -
CMYK 0 0.35 0.64 0.54
HSL 27.63º 0.48% 0.31% -
HSV(B) 27.63º 0.64% 0.46% -
XYZ 10.54 9.33 3.44 -
YUV 85.27 103.58 151.35 -
System Red Green Blue C M Y K H S L
Decimal 118 77 42 0 0.35 0.64 0.54 27.63 0.48 0.31
Hex 76 4D 2A 0 23 40 36 1C 30 1F
Octal 166 115 52 0 43 100 66 34 60 37
Binary 1110110 1001101 101010 0 100011 1000000 110110 11100 110000 11111

Color Harmonies of #764D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D2A

Black with #764D2A

Text Example


Text Example

White with #764D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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