Html Css Color HEX #764D28 Korma

📋 copy color: '#764D28'

red 118 ◦ green 77 ◦ blue 40

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

Shades of Korma #764D28

Tints of Korma #764D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.02%

R = 50.21%
G = 32.77%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#764D28 (or 0x764D28) is known color: Korma. HEX triplet: 76, 4D and 28. RGB value is (118,77,40). Sum of RGB (Red+Green+Blue) = 118+77+40=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #764D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D28 is #89B2D7. Grayscale: #555555. Windows color (decimal): -9024216 or 2641270. OLE color: 2641270.

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

Color convert

RGB 118 77 40 -
CMYK 0 0.35 0.66 0.54
HSL 28.46º 0.49% 0.31% -
HSV(B) 28.46º 0.66% 0.46% -
XYZ 10.51 9.31 3.25 -
YUV 85.04 102.58 151.51 -
System Red Green Blue C M Y K H S L
Decimal 118 77 40 0 0.35 0.66 0.54 28.46 0.49 0.31
Hex 76 4D 28 0 23 42 36 1C 31 1F
Octal 166 115 50 0 43 102 66 34 61 37
Binary 1110110 1001101 101000 0 100011 1000010 110110 11100 110001 11111

Color Harmonies of #764D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D28

Black with #764D28

Text Example


Text Example

White with #764D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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