Html Css Color HEX #77422C Copper Canyon

📋 copy color: '#77422C'

red 119 ◦ green 66 ◦ blue 44

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

Shades of Copper Canyon #77422C

Tints of Copper Canyon #77422C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.82%

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

R = 51.97%
G = 28.82%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#77422C (or 0x77422C) is known color: Copper Canyon. HEX triplet: 77, 42 and 2C. RGB value is (119,66,44). Sum of RGB (Red+Green+Blue) = 119+66+44=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #77422C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77422C is #88BDD3. Grayscale: #4F4F4F. Windows color (decimal): -8961492 or 2900599. OLE color: 2900599.

HSL color Cylindrical-coordinate representation of color #77422C: hue angle of 17.6º 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 #77422C is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 66 44 -
CMYK 0 0.45 0.63 0.53
HSL 17.6º 0.46% 0.32% -
HSV(B) 17.6º 0.63% 0.47% -
XYZ 10.01 8 3.4 -
YUV 79.34 108.06 156.29 -
System Red Green Blue C M Y K H S L
Decimal 119 66 44 0 0.45 0.63 0.53 17.6 0.46 0.32
Hex 77 42 2C 0 2D 3F 35 12 2E 20
Octal 167 102 54 0 55 77 65 22 56 40
Binary 1110111 1000010 101100 0 101101 111111 110101 10010 101110 100000

Color Harmonies of #77422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77422C

Black with #77422C

Text Example


Text Example

White with #77422C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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