Html Css Color HEX #763F27 Copper Canyon

📋 copy color: '#763F27'

red 118 ◦ green 63 ◦ blue 39

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

Shades of Copper Canyon #763F27

Tints of Copper Canyon #763F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.73%

R = 53.64%
G = 28.64%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#763F27 (or 0x763F27) is known color: Copper Canyon. HEX triplet: 76, 3F and 27. RGB value is (118,63,39). Sum of RGB (Red+Green+Blue) = 118+63+39=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #763F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F27 is #89C0D8. Grayscale: #4C4C4C. Windows color (decimal): -9027801 or 2572150. OLE color: 2572150.

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

Color convert

RGB 118 63 39 -
CMYK 0 0.47 0.67 0.54
HSL 18.23º 0.5% 0.31% -
HSV(B) 18.23º 0.67% 0.46% -
XYZ 9.61 7.55 2.87 -
YUV 76.71 106.72 157.45 -
System Red Green Blue C M Y K H S L
Decimal 118 63 39 0 0.47 0.67 0.54 18.23 0.5 0.31
Hex 76 3F 27 0 2F 43 36 12 32 1F
Octal 166 77 47 0 57 103 66 22 62 37
Binary 1110110 111111 100111 0 101111 1000011 110110 10010 110010 11111

Color Harmonies of #763F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F27

Black with #763F27

Text Example


Text Example

White with #763F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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