Html Css Color HEX #763F2C Copper Canyon

📋 copy color: '#763F2C'

red 118 ◦ green 63 ◦ blue 44

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

Shades of Copper Canyon #763F2C

Tints of Copper Canyon #763F2C

RGB

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

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

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

R = 52.44%
G = 28%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#763F2C (or 0x763F2C) is known color: Copper Canyon. HEX triplet: 76, 3F and 2C. RGB value is (118,63,44). Sum of RGB (Red+Green+Blue) = 118+63+44=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #763F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F2C is #89C0D3. Grayscale: #4D4D4D. Windows color (decimal): -9027796 or 2899830. OLE color: 2899830.

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

Color convert

RGB 118 63 44 -
CMYK 0 0.47 0.63 0.54
HSL 15.41º 0.46% 0.32% -
HSV(B) 15.41º 0.63% 0.46% -
XYZ 9.7 7.59 3.34 -
YUV 77.28 109.22 157.04 -
System Red Green Blue C M Y K H S L
Decimal 118 63 44 0 0.47 0.63 0.54 15.41 0.46 0.32
Hex 76 3F 2C 0 2F 3F 36 F 2E 20
Octal 166 77 54 0 57 77 66 17 56 40
Binary 1110110 111111 101100 0 101111 111111 110110 1111 101110 100000

Color Harmonies of #763F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F2C

Black with #763F2C

Text Example


Text Example

White with #763F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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