Html Css Color HEX #763A26 Copper Canyon

📋 copy color: '#763A26'

red 118 ◦ green 58 ◦ blue 38

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

Shades of Copper Canyon #763A26

Tints of Copper Canyon #763A26

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.1%

 BLUE value IS 38 (15.23% from 255) = 17.76%

R = 55.14%
G = 27.1%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#763A26 (or 0x763A26) is known color: Copper Canyon. HEX triplet: 76, 3A and 26. RGB value is (118,58,38). Sum of RGB (Red+Green+Blue) = 118+58+38=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #763A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A26 is #89C5D9. Grayscale: #494949. Windows color (decimal): -9029082 or 2505334. OLE color: 2505334.

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

Color convert

RGB 118 58 38 -
CMYK 0 0.51 0.68 0.54
HSL 15º 0.51% 0.31% -
HSV(B) 15º 0.68% 0.46% -
XYZ 9.33 7.02 2.7 -
YUV 73.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 118 58 38 0 0.51 0.68 0.54 15 0.51 0.31
Hex 76 3A 26 0 33 44 36 F 33 1F
Octal 166 72 46 0 63 104 66 17 63 37
Binary 1110110 111010 100110 0 110011 1000100 110110 1111 110011 11111

Color Harmonies of #763A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763A26

Black with #763A26

Text Example


Text Example

White with #763A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,58,38); }

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

background-color css

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

 a { background-color: rgb(118,58,38); }

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

border-color css

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

 span { border-color: rgb(118,58,38); }

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