Html Css Color HEX #76502B Korma

📋 copy color: '#76502B'

red 118 ◦ green 80 ◦ blue 43

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

Shades of Korma #76502B

Tints of Korma #76502B

RGB

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

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

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

R = 48.96%
G = 33.2%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76502B (or 0x76502B) is known color: Korma. HEX triplet: 76, 50 and 2B. RGB value is (118,80,43). Sum of RGB (Red+Green+Blue) = 118+80+43=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #76502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76502B is #89AFD4. Grayscale: #575757. Windows color (decimal): -9023445 or 2838646. OLE color: 2838646.

HSL color Cylindrical-coordinate representation of color #76502B: hue angle of 29.6º 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 #76502B is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 43 -
CMYK 0 0.32 0.64 0.54
HSL 29.6º 0.47% 0.32% -
HSV(B) 29.6º 0.64% 0.46% -
XYZ 10.78 9.76 3.6 -
YUV 87.14 103.09 150.01 -
System Red Green Blue C M Y K H S L
Decimal 118 80 43 0 0.32 0.64 0.54 29.6 0.47 0.32
Hex 76 50 2B 0 20 40 36 1E 2F 20
Octal 166 120 53 0 40 100 66 36 57 40
Binary 1110110 1010000 101011 0 100000 1000000 110110 11110 101111 100000

Color Harmonies of #76502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76502B

Black with #76502B

Text Example


Text Example

White with #76502B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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