Html Css Color HEX #77442D Copper Canyon

📋 copy color: '#77442D'

red 119 ◦ green 68 ◦ blue 45

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

Shades of Copper Canyon #77442D

Tints of Copper Canyon #77442D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.31%

 BLUE value IS 45 (17.97% from 255) = 19.4%

R = 51.29%
G = 29.31%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#77442D (or 0x77442D) is known color: Copper Canyon. HEX triplet: 77, 44 and 2D. RGB value is (119,68,45). Sum of RGB (Red+Green+Blue) = 119+68+45=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #77442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77442D is #88BBD2. Grayscale: #505050. Windows color (decimal): -8960979 or 2966647. OLE color: 2966647.

HSL color Cylindrical-coordinate representation of color #77442D: hue angle of 18.65º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77442D is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 68 45 -
CMYK 0 0.43 0.62 0.53
HSL 18.65º 0.45% 0.32% -
HSV(B) 18.65º 0.62% 0.47% -
XYZ 10.15 8.25 3.54 -
YUV 80.63 107.9 155.37 -
System Red Green Blue C M Y K H S L
Decimal 119 68 45 0 0.43 0.62 0.53 18.65 0.45 0.32
Hex 77 44 2D 0 2B 3E 35 13 2D 20
Octal 167 104 55 0 53 76 65 23 55 40
Binary 1110111 1000100 101101 0 101011 111110 110101 10011 101101 100000

Color Harmonies of #77442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77442D

Black with #77442D

Text Example


Text Example

White with #77442D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77442D; }

 p { color: rgb(119,68,45); }

 H1.HeaderClassName
 {
   color: #77442D;
 }
 .AnyTagClassName
 {
   color: #77442D;
 }
</style>

background-color css

<style>
 a { background-color: #77442D; }

 a { background-color: rgb(119,68,45); }

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

border-color css

<style>
 span { border-color: #77442D; }

 span { border-color: rgb(119,68,45); }

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