Html Css Color HEX #76412D Copper Canyon

📋 copy color: '#76412D'

red 118 ◦ green 65 ◦ blue 45

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

Shades of Copper Canyon #76412D

Tints of Copper Canyon #76412D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.51%

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

R = 51.75%
G = 28.51%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76412D (or 0x76412D) is known color: Copper Canyon. HEX triplet: 76, 41 and 2D. RGB value is (118,65,45). Sum of RGB (Red+Green+Blue) = 118+65+45=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76412D is #89BED2. Grayscale: #4E4E4E. Windows color (decimal): -9027283 or 2965878. OLE color: 2965878.

HSL color Cylindrical-coordinate representation of color #76412D: hue angle of 16.44º 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 #76412D is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 65 45 -
CMYK 0 0.45 0.62 0.54
HSL 16.44º 0.45% 0.32% -
HSV(B) 16.44º 0.62% 0.46% -
XYZ 9.84 7.82 3.47 -
YUV 78.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 118 65 45 0 0.45 0.62 0.54 16.44 0.45 0.32
Hex 76 41 2D 0 2D 3E 36 10 2D 20
Octal 166 101 55 0 55 76 66 20 55 40
Binary 1110110 1000001 101101 0 101101 111110 110110 10000 101101 100000

Color Harmonies of #76412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76412D

Black with #76412D

Text Example


Text Example

White with #76412D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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