Html Css Color HEX #785135 Old Copper

📋 copy color: '#785135'

red 120 ◦ green 81 ◦ blue 53

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

Shades of Old Copper #785135

Tints of Old Copper #785135

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.89%

 BLUE value IS 53 (21.09% from 255) = 20.87%

R = 47.24%
G = 31.89%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#785135 (or 0x785135) is known color: Old Copper. HEX triplet: 78, 51 and 35. RGB value is (120,81,53). Sum of RGB (Red+Green+Blue) = 120+81+53=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #785135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785135 is #87AECA. Grayscale: #595959. Windows color (decimal): -8892107 or 3494264. OLE color: 3494264.

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

Color convert

RGB 120 81 53 -
CMYK 0 0.32 0.56 0.53
HSL 25.07º 0.39% 0.34% -
HSV(B) 25.07º 0.56% 0.47% -
XYZ 11.33 10.13 4.73 -
YUV 89.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 120 81 53 0 0.32 0.56 0.53 25.07 0.39 0.34
Hex 78 51 35 0 20 38 35 19 27 22
Octal 170 121 65 0 40 70 65 31 47 42
Binary 1111000 1010001 110101 0 100000 111000 110101 11001 100111 100010

Color Harmonies of #785135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785135

Black with #785135

Text Example


Text Example

White with #785135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785135; }

 p { color: rgb(120,81,53); }

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

background-color css

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

 a { background-color: rgb(120,81,53); }

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

border-color css

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

 span { border-color: rgb(120,81,53); }

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