Html Css Color HEX #77402C Copper Canyon

📋 copy color: '#77402C'

red 119 ◦ green 64 ◦ blue 44

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

Shades of Copper Canyon #77402C

Tints of Copper Canyon #77402C

RGB

 RED value IS 119 (46.88% from 255) = 52.42%

 GREEN value IS 64 (25.39% from 255) = 28.19%

 BLUE value IS 44 (17.58% from 255) = 19.38%

R = 52.42%
G = 28.19%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#77402C (or 0x77402C) is known color: Copper Canyon. HEX triplet: 77, 40 and 2C. RGB value is (119,64,44). Sum of RGB (Red+Green+Blue) = 119+64+44=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #77402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77402C is #88BFD3. Grayscale: #4E4E4E. Windows color (decimal): -8962004 or 2900087. OLE color: 2900087.

HSL color Cylindrical-coordinate representation of color #77402C: hue angle of 16º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77402C is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 64 44 -
CMYK 0 0.46 0.63 0.53
HSL 16º 0.46% 0.32% -
HSV(B) 16º 0.63% 0.47% -
XYZ 9.9 7.77 3.36 -
YUV 78.17 108.72 157.13 -
System Red Green Blue C M Y K H S L
Decimal 119 64 44 0 0.46 0.63 0.53 16 0.46 0.32
Hex 77 40 2C 0 2E 3F 35 10 2E 20
Octal 167 100 54 0 56 77 65 20 56 40
Binary 1110111 1000000 101100 0 101110 111111 110101 10000 101110 100000

Color Harmonies of #77402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77402C

Black with #77402C

Text Example


Text Example

White with #77402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77402C; }

 p { color: rgb(119,64,44); }

 H1.HeaderClassName
 {
   color: #77402C;
 }
 .AnyTagClassName
 {
   color: #77402C;
 }
</style>

background-color css

<style>
 a { background-color: #77402C; }

 a { background-color: rgb(119,64,44); }

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

border-color css

<style>
 span { border-color: #77402C; }

 span { border-color: rgb(119,64,44); }

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