Html Css Color HEX #763F29 Copper Canyon

📋 copy color: '#763F29'

red 118 ◦ green 63 ◦ blue 41

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

Shades of Copper Canyon #763F29

Tints of Copper Canyon #763F29

RGB

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

 GREEN value IS 63 (25% from 255) = 28.38%

 BLUE value IS 41 (16.41% from 255) = 18.47%

R = 53.15%
G = 28.38%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#763F29 (or 0x763F29) is known color: Copper Canyon. HEX triplet: 76, 3F and 29. RGB value is (118,63,41). Sum of RGB (Red+Green+Blue) = 118+63+41=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #763F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F29 is #89C0D6. Grayscale: #4D4D4D. Windows color (decimal): -9027799 or 2703222. OLE color: 2703222.

HSL color Cylindrical-coordinate representation of color #763F29: hue angle of 17.14º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #763F29 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 63 41 -
CMYK 0 0.47 0.65 0.54
HSL 17.14º 0.48% 0.31% -
HSV(B) 17.14º 0.65% 0.46% -
XYZ 9.65 7.57 3.05 -
YUV 76.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 118 63 41 0 0.47 0.65 0.54 17.14 0.48 0.31
Hex 76 3F 29 0 2F 41 36 11 30 1F
Octal 166 77 51 0 57 101 66 21 60 37
Binary 1110110 111111 101001 0 101111 1000001 110110 10001 110000 11111

Color Harmonies of #763F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F29

Black with #763F29

Text Example


Text Example

White with #763F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763F29; }

 p { color: rgb(118,63,41); }

 H1.HeaderClassName
 {
   color: #763F29;
 }
 .AnyTagClassName
 {
   color: #763F29;
 }
</style>

background-color css

<style>
 a { background-color: #763F29; }

 a { background-color: rgb(118,63,41); }

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

border-color css

<style>
 span { border-color: #763F29; }

 span { border-color: rgb(118,63,41); }

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