Html Css Color HEX #76402C Copper Canyon

📋 copy color: '#76402C'

red 118 ◦ green 64 ◦ blue 44

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

Shades of Copper Canyon #76402C

Tints of Copper Canyon #76402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.32%

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

R = 52.21%
G = 28.32%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76402C (or 0x76402C) is known color: Copper Canyon. HEX triplet: 76, 40 and 2C. RGB value is (118,64,44). Sum of RGB (Red+Green+Blue) = 118+64+44=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #76402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76402C is #89BFD3. Grayscale: #4E4E4E. Windows color (decimal): -9027540 or 2900086. OLE color: 2900086.

HSL color Cylindrical-coordinate representation of color #76402C: hue angle of 16.22º 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 #76402C is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 64 44 -
CMYK 0 0.46 0.63 0.54
HSL 16.22º 0.46% 0.32% -
HSV(B) 16.22º 0.63% 0.46% -
XYZ 9.76 7.7 3.35 -
YUV 77.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 118 64 44 0 0.46 0.63 0.54 16.22 0.46 0.32
Hex 76 40 2C 0 2E 3F 36 10 2E 20
Octal 166 100 54 0 56 77 66 20 56 40
Binary 1110110 1000000 101100 0 101110 111111 110110 10000 101110 100000

Color Harmonies of #76402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76402C

Black with #76402C

Text Example


Text Example

White with #76402C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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