Html Css Color HEX #78422B Copper Canyon

📋 copy color: '#78422B'

red 120 ◦ green 66 ◦ blue 43

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

Shades of Copper Canyon #78422B

Tints of Copper Canyon #78422B

RGB

 RED value IS 120 (47.27% from 255) = 52.4%

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

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

R = 52.4%
G = 28.82%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#78422B (or 0x78422B) is known color: Copper Canyon. HEX triplet: 78, 42 and 2B. RGB value is (120,66,43). Sum of RGB (Red+Green+Blue) = 120+66+43=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #78422B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78422B is #87BDD4. Grayscale: #4F4F4F. Windows color (decimal): -8895957 or 2835064. OLE color: 2835064.

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

Color convert

RGB 120 66 43 -
CMYK 0 0.45 0.64 0.53
HSL 17.92º 0.47% 0.32% -
HSV(B) 17.92º 0.64% 0.47% -
XYZ 10.13 8.06 3.31 -
YUV 79.52 107.39 156.87 -
System Red Green Blue C M Y K H S L
Decimal 120 66 43 0 0.45 0.64 0.53 17.92 0.47 0.32
Hex 78 42 2B 0 2D 40 35 12 2F 20
Octal 170 102 53 0 55 100 65 22 57 40
Binary 1111000 1000010 101011 0 101101 1000000 110101 10010 101111 100000

Color Harmonies of #78422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78422B

Black with #78422B

Text Example


Text Example

White with #78422B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,66,43); }

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

background-color css

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

 a { background-color: rgb(120,66,43); }

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

border-color css

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

 span { border-color: rgb(120,66,43); }

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