Html Css Color HEX #76502D Korma

📋 copy color: '#76502D'

red 118 ◦ green 80 ◦ blue 45

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

Shades of Korma #76502D

Tints of Korma #76502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.52%

R = 48.56%
G = 32.92%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76502D (or 0x76502D) is known color: Korma. HEX triplet: 76, 50 and 2D. RGB value is (118,80,45). Sum of RGB (Red+Green+Blue) = 118+80+45=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76502D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76502D is #89AFD2. Grayscale: #575757. Windows color (decimal): -9023443 or 2969718. OLE color: 2969718.

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

Color convert

RGB 118 80 45 -
CMYK 0 0.32 0.62 0.54
HSL 28.77º 0.45% 0.32% -
HSV(B) 28.77º 0.62% 0.46% -
XYZ 10.81 9.78 3.8 -
YUV 87.37 104.09 149.85 -
System Red Green Blue C M Y K H S L
Decimal 118 80 45 0 0.32 0.62 0.54 28.77 0.45 0.32
Hex 76 50 2D 0 20 3E 36 1D 2D 20
Octal 166 120 55 0 40 76 66 35 55 40
Binary 1110110 1010000 101101 0 100000 111110 110110 11101 101101 100000

Color Harmonies of #76502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76502D

Black with #76502D

Text Example


Text Example

White with #76502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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