Html Css Color HEX #77402B Copper Canyon

📋 copy color: '#77402B'

red 119 ◦ green 64 ◦ blue 43

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

Shades of Copper Canyon #77402B

Tints of Copper Canyon #77402B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.03%

R = 52.65%
G = 28.32%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#77402B (or 0x77402B) is known color: Copper Canyon. HEX triplet: 77, 40 and 2B. RGB value is (119,64,43). Sum of RGB (Red+Green+Blue) = 119+64+43=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #77402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77402B is #88BFD4. Grayscale: #4E4E4E. Windows color (decimal): -8962005 or 2834551. OLE color: 2834551.

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

Color convert

RGB 119 64 43 -
CMYK 0 0.46 0.64 0.53
HSL 16.58º 0.47% 0.32% -
HSV(B) 16.58º 0.64% 0.47% -
XYZ 9.88 7.76 3.26 -
YUV 78.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 119 64 43 0 0.46 0.64 0.53 16.58 0.47 0.32
Hex 77 40 2B 0 2E 40 35 11 2F 20
Octal 167 100 53 0 56 100 65 21 57 40
Binary 1110111 1000000 101011 0 101110 1000000 110101 10001 101111 100000

Color Harmonies of #77402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77402B

Black with #77402B

Text Example


Text Example

White with #77402B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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