Html Css Color HEX #7B412B Copper Canyon

📋 copy color: '#7B412B'

red 123 ◦ green 65 ◦ blue 43

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

Shades of Copper Canyon #7B412B

Tints of Copper Canyon #7B412B

RGB

 RED value IS 123 (48.44% from 255) = 53.25%

 GREEN value IS 65 (25.78% from 255) = 28.14%

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

R = 53.25%
G = 28.14%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.52

RGB Variations

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

Color information

#7B412B (or 0x7B412B) is known color: Copper Canyon. HEX triplet: 7B, 41 and 2B. RGB value is (123,65,43). Sum of RGB (Red+Green+Blue) = 123+65+43=231 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.25% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 123 - color contains mainly: red. Hex color #7B412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B412B is #84BED4. Grayscale: #4F4F4F. Windows color (decimal): -8699605 or 2834811. OLE color: 2834811.

HSL color Cylindrical-coordinate representation of color #7B412B: hue angle of 16.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B412B is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 65 43 -
CMYK 0 0.47 0.65 0.52
HSL 16.5º 0.48% 0.33% -
HSV(B) 16.5º 0.65% 0.48% -
XYZ 10.49 8.17 3.31 -
YUV 79.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 123 65 43 0 0.47 0.65 0.52 16.5 0.48 0.33
Hex 7B 41 2B 0 2F 41 34 10 30 21
Octal 173 101 53 0 57 101 64 20 60 41
Binary 1111011 1000001 101011 0 101111 1000001 110100 10000 110000 100001

Color Harmonies of #7B412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B412B

Black with #7B412B

Text Example


Text Example

White with #7B412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B412B; }

 p { color: rgb(123,65,43); }

 H1.HeaderClassName
 {
   color: #7B412B;
 }
 .AnyTagClassName
 {
   color: #7B412B;
 }
</style>

background-color css

<style>
 a { background-color: #7B412B; }

 a { background-color: rgb(123,65,43); }

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

border-color css

<style>
 span { border-color: #7B412B; }

 span { border-color: rgb(123,65,43); }

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