Html Css Color HEX #76502C Korma

📋 copy color: '#76502C'

red 118 ◦ green 80 ◦ blue 44

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

Shades of Korma #76502C

Tints of Korma #76502C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.06%

 BLUE value IS 44 (17.58% from 255) = 18.18%

R = 48.76%
G = 33.06%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76502C (or 0x76502C) is known color: Korma. HEX triplet: 76, 50 and 2C. RGB value is (118,80,44). Sum of RGB (Red+Green+Blue) = 118+80+44=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #76502C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76502C is #89AFD3. Grayscale: #575757. Windows color (decimal): -9023444 or 2904182. OLE color: 2904182.

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

Color convert

RGB 118 80 44 -
CMYK 0 0.32 0.63 0.54
HSL 29.19º 0.46% 0.32% -
HSV(B) 29.19º 0.63% 0.46% -
XYZ 10.79 9.77 3.7 -
YUV 87.26 103.59 149.93 -
System Red Green Blue C M Y K H S L
Decimal 118 80 44 0 0.32 0.63 0.54 29.19 0.46 0.32
Hex 76 50 2C 0 20 3F 36 1D 2E 20
Octal 166 120 54 0 40 77 66 35 56 40
Binary 1110110 1010000 101100 0 100000 111111 110110 11101 101110 100000

Color Harmonies of #76502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76502C

Black with #76502C

Text Example


Text Example

White with #76502C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76502C; }

 p { color: rgb(118,80,44); }

 H1.HeaderClassName
 {
   color: #76502C;
 }
 .AnyTagClassName
 {
   color: #76502C;
 }
</style>

background-color css

<style>
 a { background-color: #76502C; }

 a { background-color: rgb(118,80,44); }

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

border-color css

<style>
 span { border-color: #76502C; }

 span { border-color: rgb(118,80,44); }

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