Html Css Color HEX #764C28 Korma

📋 copy color: '#764C28'

red 118 ◦ green 76 ◦ blue 40

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

Shades of Korma #764C28

Tints of Korma #764C28

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.48%

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

R = 50.43%
G = 32.48%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#764C28 (or 0x764C28) is known color: Korma. HEX triplet: 76, 4C and 28. RGB value is (118,76,40). Sum of RGB (Red+Green+Blue) = 118+76+40=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #764C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C28 is #89B3D7. Grayscale: #545454. Windows color (decimal): -9024472 or 2641014. OLE color: 2641014.

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

Color convert

RGB 118 76 40 -
CMYK 0 0.36 0.66 0.54
HSL 27.69º 0.49% 0.31% -
HSV(B) 27.69º 0.66% 0.46% -
XYZ 10.44 9.17 3.23 -
YUV 84.45 102.91 151.93 -
System Red Green Blue C M Y K H S L
Decimal 118 76 40 0 0.36 0.66 0.54 27.69 0.49 0.31
Hex 76 4C 28 0 24 42 36 1C 31 1F
Octal 166 114 50 0 44 102 66 34 61 37
Binary 1110110 1001100 101000 0 100100 1000010 110110 11100 110001 11111

Color Harmonies of #764C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C28

Black with #764C28

Text Example


Text Example

White with #764C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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