Html Css Color HEX #763F2D Copper Canyon

📋 copy color: '#763F2D'

red 118 ◦ green 63 ◦ blue 45

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

Shades of Copper Canyon #763F2D

Tints of Copper Canyon #763F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.91%

R = 52.21%
G = 27.88%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#763F2D (or 0x763F2D) is known color: Copper Canyon. HEX triplet: 76, 3F and 2D. RGB value is (118,63,45). Sum of RGB (Red+Green+Blue) = 118+63+45=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #763F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F2D is #89C0D2. Grayscale: #4D4D4D. Windows color (decimal): -9027795 or 2965366. OLE color: 2965366.

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

Color convert

RGB 118 63 45 -
CMYK 0 0.47 0.62 0.54
HSL 14.79º 0.45% 0.32% -
HSV(B) 14.79º 0.62% 0.46% -
XYZ 9.72 7.6 3.44 -
YUV 77.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 118 63 45 0 0.47 0.62 0.54 14.79 0.45 0.32
Hex 76 3F 2D 0 2F 3E 36 F 2D 20
Octal 166 77 55 0 57 76 66 17 55 40
Binary 1110110 111111 101101 0 101111 111110 110110 1111 101101 100000

Color Harmonies of #763F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F2D

Black with #763F2D

Text Example


Text Example

White with #763F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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