Html Css Color HEX #763D27 Copper Canyon

📋 copy color: '#763D27'

red 118 ◦ green 61 ◦ blue 39

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

Shades of Copper Canyon #763D27

Tints of Copper Canyon #763D27

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.98%

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

R = 54.13%
G = 27.98%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#763D27 (or 0x763D27) is known color: Copper Canyon. HEX triplet: 76, 3D and 27. RGB value is (118,61,39). Sum of RGB (Red+Green+Blue) = 118+61+39=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #763D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D27 is #89C2D8. Grayscale: #4B4B4B. Windows color (decimal): -9028313 or 2571638. OLE color: 2571638.

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

Color convert

RGB 118 61 39 -
CMYK 0 0.48 0.67 0.54
HSL 16.71º 0.5% 0.31% -
HSV(B) 16.71º 0.67% 0.46% -
XYZ 9.51 7.34 2.83 -
YUV 75.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 118 61 39 0 0.48 0.67 0.54 16.71 0.5 0.31
Hex 76 3D 27 0 30 43 36 11 32 1F
Octal 166 75 47 0 60 103 66 21 62 37
Binary 1110110 111101 100111 0 110000 1000011 110110 10001 110010 11111

Color Harmonies of #763D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D27

Black with #763D27

Text Example


Text Example

White with #763D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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