Html Css Color HEX #763F2B Copper Canyon

📋 copy color: '#763F2B'

red 118 ◦ green 63 ◦ blue 43

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

Shades of Copper Canyon #763F2B

Tints of Copper Canyon #763F2B

RGB

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

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

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

R = 52.68%
G = 28.13%
B = 19.2%

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

#763F2B (or 0x763F2B) is known color: Copper Canyon. HEX triplet: 76, 3F and 2B. RGB value is (118,63,43). Sum of RGB (Red+Green+Blue) = 118+63+43=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #763F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F2B is #89C0D4. Grayscale: #4D4D4D. Windows color (decimal): -9027797 or 2834294. OLE color: 2834294.

HSL color Cylindrical-coordinate representation of color #763F2B: hue angle of 16º 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 #763F2B is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 63 43 -
CMYK 0 0.47 0.64 0.54
HSL 16º 0.47% 0.32% -
HSV(B) 16º 0.64% 0.46% -
XYZ 9.68 7.58 3.24 -
YUV 77.17 108.72 157.13 -
System Red Green Blue C M Y K H S L
Decimal 118 63 43 0 0.47 0.64 0.54 16 0.47 0.32
Hex 76 3F 2B 0 2F 40 36 10 2F 20
Octal 166 77 53 0 57 100 66 20 57 40
Binary 1110110 111111 101011 0 101111 1000000 110110 10000 101111 100000

Color Harmonies of #763F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F2B

Black with #763F2B

Text Example


Text Example

White with #763F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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