Html Css Color HEX #763E2B Copper Canyon

📋 copy color: '#763E2B'

red 118 ◦ green 62 ◦ blue 43

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

Shades of Copper Canyon #763E2B

Tints of Copper Canyon #763E2B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.8%

 BLUE value IS 43 (17.19% from 255) = 19.28%

R = 52.91%
G = 27.8%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#763E2B (or 0x763E2B) is known color: Copper Canyon. HEX triplet: 76, 3E and 2B. RGB value is (118,62,43). Sum of RGB (Red+Green+Blue) = 118+62+43=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #763E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E2B is #89C1D4. Grayscale: #4C4C4C. Windows color (decimal): -9028053 or 2834038. OLE color: 2834038.

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

Color convert

RGB 118 62 43 -
CMYK 0 0.47 0.64 0.54
HSL 15.2º 0.47% 0.32% -
HSV(B) 15.2º 0.64% 0.46% -
XYZ 9.63 7.47 3.22 -
YUV 76.58 109.05 157.54 -
System Red Green Blue C M Y K H S L
Decimal 118 62 43 0 0.47 0.64 0.54 15.2 0.47 0.32
Hex 76 3E 2B 0 2F 40 36 F 2F 20
Octal 166 76 53 0 57 100 66 17 57 40
Binary 1110110 111110 101011 0 101111 1000000 110110 1111 101111 100000

Color Harmonies of #763E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763E2B

Black with #763E2B

Text Example


Text Example

White with #763E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,62,43); }

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

background-color css

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

 a { background-color: rgb(118,62,43); }

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

border-color css

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

 span { border-color: rgb(118,62,43); }

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