Html Css Color HEX #76432C Copper Canyon

📋 copy color: '#76432C'

red 118 ◦ green 67 ◦ blue 44

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

Shades of Copper Canyon #76432C

Tints of Copper Canyon #76432C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.26%

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

R = 51.53%
G = 29.26%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76432C (or 0x76432C) is known color: Copper Canyon. HEX triplet: 76, 43 and 2C. RGB value is (118,67,44). Sum of RGB (Red+Green+Blue) = 118+67+44=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76432C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76432C is #89BCD3. Grayscale: #4F4F4F. Windows color (decimal): -9026772 or 2900854. OLE color: 2900854.

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

Color convert

RGB 118 67 44 -
CMYK 0 0.43 0.63 0.54
HSL 18.65º 0.46% 0.32% -
HSV(B) 18.65º 0.63% 0.46% -
XYZ 9.93 8.05 3.41 -
YUV 79.63 107.9 155.37 -
System Red Green Blue C M Y K H S L
Decimal 118 67 44 0 0.43 0.63 0.54 18.65 0.46 0.32
Hex 76 43 2C 0 2B 3F 36 13 2E 20
Octal 166 103 54 0 53 77 66 23 56 40
Binary 1110110 1000011 101100 0 101011 111111 110110 10011 101110 100000

Color Harmonies of #76432C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76432C

Black with #76432C

Text Example


Text Example

White with #76432C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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