Html Css Color HEX #76422C Copper Canyon

📋 copy color: '#76422C'

red 118 ◦ green 66 ◦ blue 44

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

Shades of Copper Canyon #76422C

Tints of Copper Canyon #76422C

RGB

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

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

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

R = 51.75%
G = 28.95%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76422C (or 0x76422C) is known color: Copper Canyon. HEX triplet: 76, 42 and 2C. RGB value is (118,66,44). Sum of RGB (Red+Green+Blue) = 118+66+44=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76422C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76422C is #89BDD3. Grayscale: #4F4F4F. Windows color (decimal): -9027028 or 2900598. OLE color: 2900598.

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

Color convert

RGB 118 66 44 -
CMYK 0 0.44 0.63 0.54
HSL 17.84º 0.46% 0.32% -
HSV(B) 17.84º 0.63% 0.46% -
XYZ 9.87 7.93 3.39 -
YUV 79.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 118 66 44 0 0.44 0.63 0.54 17.84 0.46 0.32
Hex 76 42 2C 0 2C 3F 36 12 2E 20
Octal 166 102 54 0 54 77 66 22 56 40
Binary 1110110 1000010 101100 0 101100 111111 110110 10010 101110 100000

Color Harmonies of #76422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76422C

Black with #76422C

Text Example


Text Example

White with #76422C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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