Html Css Color HEX #76442E Copper Canyon

📋 copy color: '#76442E'

red 118 ◦ green 68 ◦ blue 46

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

Shades of Copper Canyon #76442E

Tints of Copper Canyon #76442E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.31%

 BLUE value IS 46 (18.36% from 255) = 19.83%

R = 50.86%
G = 29.31%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#76442E (or 0x76442E) is known color: Copper Canyon. HEX triplet: 76, 44 and 2E. RGB value is (118,68,46). Sum of RGB (Red+Green+Blue) = 118+68+46=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76442E is #89BBD1. Grayscale: #505050. Windows color (decimal): -9026514 or 3032182. OLE color: 3032182.

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

Color convert

RGB 118 68 46 -
CMYK 0 0.42 0.61 0.54
HSL 18.33º 0.44% 0.32% -
HSV(B) 18.33º 0.61% 0.46% -
XYZ 10.03 8.18 3.64 -
YUV 80.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 118 68 46 0 0.42 0.61 0.54 18.33 0.44 0.32
Hex 76 44 2E 0 2A 3D 36 12 2C 20
Octal 166 104 56 0 52 75 66 22 54 40
Binary 1110110 1000100 101110 0 101010 111101 110110 10010 101100 100000

Color Harmonies of #76442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76442E

Black with #76442E

Text Example


Text Example

White with #76442E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76442E; }

 p { color: rgb(118,68,46); }

 H1.HeaderClassName
 {
   color: #76442E;
 }
 .AnyTagClassName
 {
   color: #76442E;
 }
</style>

background-color css

<style>
 a { background-color: #76442E; }

 a { background-color: rgb(118,68,46); }

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

border-color css

<style>
 span { border-color: #76442E; }

 span { border-color: rgb(118,68,46); }

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