Html Css Color HEX #763D2A Copper Canyon

📋 copy color: '#763D2A'

red 118 ◦ green 61 ◦ blue 42

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

Shades of Copper Canyon #763D2A

Tints of Copper Canyon #763D2A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.6%

 BLUE value IS 42 (16.8% from 255) = 19%

R = 53.39%
G = 27.6%
B = 19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#763D2A (or 0x763D2A) is known color: Copper Canyon. HEX triplet: 76, 3D and 2A. RGB value is (118,61,42). Sum of RGB (Red+Green+Blue) = 118+61+42=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #763D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D2A is #89C2D5. Grayscale: #4C4C4C. Windows color (decimal): -9028310 or 2768246. OLE color: 2768246.

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

Color convert

RGB 118 61 42 -
CMYK 0 0.48 0.64 0.54
HSL 15º 0.48% 0.31% -
HSV(B) 15º 0.64% 0.46% -
XYZ 9.56 7.36 3.11 -
YUV 75.88 108.88 158.04 -
System Red Green Blue C M Y K H S L
Decimal 118 61 42 0 0.48 0.64 0.54 15 0.48 0.31
Hex 76 3D 2A 0 30 40 36 F 30 1F
Octal 166 75 52 0 60 100 66 17 60 37
Binary 1110110 111101 101010 0 110000 1000000 110110 1111 110000 11111

Color Harmonies of #763D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D2A

Black with #763D2A

Text Example


Text Example

White with #763D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,61,42); }

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

background-color css

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

 a { background-color: rgb(118,61,42); }

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

border-color css

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

 span { border-color: rgb(118,61,42); }

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