Html Css Color HEX #763F28 Copper Canyon

📋 copy color: '#763F28'

red 118 ◦ green 63 ◦ blue 40

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

Shades of Copper Canyon #763F28

Tints of Copper Canyon #763F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.1%

R = 53.39%
G = 28.51%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#763F28 (or 0x763F28) is known color: Copper Canyon. HEX triplet: 76, 3F and 28. RGB value is (118,63,40). Sum of RGB (Red+Green+Blue) = 118+63+40=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #763F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F28 is #89C0D7. Grayscale: #4C4C4C. Windows color (decimal): -9027800 or 2637686. OLE color: 2637686.

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

Color convert

RGB 118 63 40 -
CMYK 0 0.47 0.66 0.54
HSL 17.69º 0.49% 0.31% -
HSV(B) 17.69º 0.66% 0.46% -
XYZ 9.63 7.56 2.96 -
YUV 76.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 118 63 40 0 0.47 0.66 0.54 17.69 0.49 0.31
Hex 76 3F 28 0 2F 42 36 12 31 1F
Octal 166 77 50 0 57 102 66 22 61 37
Binary 1110110 111111 101000 0 101111 1000010 110110 10010 110001 11111

Color Harmonies of #763F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F28

Black with #763F28

Text Example


Text Example

White with #763F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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