Html Css Color HEX #76422D Copper Canyon

📋 copy color: '#76422D'

red 118 ◦ green 66 ◦ blue 45

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

Shades of Copper Canyon #76422D

Tints of Copper Canyon #76422D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.82%

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

R = 51.53%
G = 28.82%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76422D (or 0x76422D) is known color: Copper Canyon. HEX triplet: 76, 42 and 2D. RGB value is (118,66,45). Sum of RGB (Red+Green+Blue) = 118+66+45=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76422D is #89BDD2. Grayscale: #4F4F4F. Windows color (decimal): -9027027 or 2966134. OLE color: 2966134.

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

Color convert

RGB 118 66 45 -
CMYK 0 0.44 0.62 0.54
HSL 17.26º 0.45% 0.32% -
HSV(B) 17.26º 0.62% 0.46% -
XYZ 9.89 7.94 3.49 -
YUV 79.15 108.73 155.71 -
System Red Green Blue C M Y K H S L
Decimal 118 66 45 0 0.44 0.62 0.54 17.26 0.45 0.32
Hex 76 42 2D 0 2C 3E 36 11 2D 20
Octal 166 102 55 0 54 76 66 21 55 40
Binary 1110110 1000010 101101 0 101100 111110 110110 10001 101101 100000

Color Harmonies of #76422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76422D

Black with #76422D

Text Example


Text Example

White with #76422D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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