Html Css Color HEX #77422D Copper Canyon

📋 copy color: '#77422D'

red 119 ◦ green 66 ◦ blue 45

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

Shades of Copper Canyon #77422D

Tints of Copper Canyon #77422D

RGB

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

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

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

R = 51.74%
G = 28.7%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#77422D (or 0x77422D) is known color: Copper Canyon. HEX triplet: 77, 42 and 2D. RGB value is (119,66,45). Sum of RGB (Red+Green+Blue) = 119+66+45=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #77422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77422D is #88BDD2. Grayscale: #4F4F4F. Windows color (decimal): -8961491 or 2966135. OLE color: 2966135.

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

Color convert

RGB 119 66 45 -
CMYK 0 0.45 0.62 0.53
HSL 17.03º 0.45% 0.32% -
HSV(B) 17.03º 0.62% 0.47% -
XYZ 10.03 8.01 3.5 -
YUV 79.45 108.56 156.21 -
System Red Green Blue C M Y K H S L
Decimal 119 66 45 0 0.45 0.62 0.53 17.03 0.45 0.32
Hex 77 42 2D 0 2D 3E 35 11 2D 20
Octal 167 102 55 0 55 76 65 21 55 40
Binary 1110111 1000010 101101 0 101101 111110 110101 10001 101101 100000

Color Harmonies of #77422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77422D

Black with #77422D

Text Example


Text Example

White with #77422D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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