Html Css Color HEX #7B402B Copper Canyon

📋 copy color: '#7B402B'

red 123 ◦ green 64 ◦ blue 43

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

Shades of Copper Canyon #7B402B

Tints of Copper Canyon #7B402B

RGB

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

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

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

R = 53.48%
G = 27.83%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.52

RGB Variations

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

Color information

#7B402B (or 0x7B402B) is known color: Copper Canyon. HEX triplet: 7B, 40 and 2B. RGB value is (123,64,43). Sum of RGB (Red+Green+Blue) = 123+64+43=230 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.48% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 123 - color contains mainly: red. Hex color #7B402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B402B is #84BFD4. Grayscale: #4F4F4F. Windows color (decimal): -8699861 or 2834555. OLE color: 2834555.

HSL color Cylindrical-coordinate representation of color #7B402B: hue angle of 15.75º 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 #7B402B is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 64 43 -
CMYK 0 0.48 0.65 0.52
HSL 15.75º 0.48% 0.33% -
HSV(B) 15.75º 0.65% 0.48% -
XYZ 10.44 8.05 3.29 -
YUV 79.25 107.55 159.21 -
System Red Green Blue C M Y K H S L
Decimal 123 64 43 0 0.48 0.65 0.52 15.75 0.48 0.33
Hex 7B 40 2B 0 30 41 34 10 30 21
Octal 173 100 53 0 60 101 64 20 60 41
Binary 1111011 1000000 101011 0 110000 1000001 110100 10000 110000 100001

Color Harmonies of #7B402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B402B

Black with #7B402B

Text Example


Text Example

White with #7B402B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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