Html Css Color HEX #7C5451 Buccaneer

📋 copy color: '#7C5451'

red 124 ◦ green 84 ◦ blue 81

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

Shades of Buccaneer #7C5451

Tints of Buccaneer #7C5451

RGB

 RED value IS 124 (48.83% from 255) = 42.91%

 GREEN value IS 84 (33.2% from 255) = 29.07%

 BLUE value IS 81 (32.03% from 255) = 28.03%

R = 42.91%
G = 29.07%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7C5451 (or 0x7C5451) is known color: Buccaneer. HEX triplet: 7C, 54 and 51. RGB value is (124,84,81). Sum of RGB (Red+Green+Blue) = 124+84+81=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5451 is #83ABAE. Grayscale: #5F5F5F. Windows color (decimal): -8629167 or 5330044. OLE color: 5330044.

HSL color Cylindrical-coordinate representation of color #7C5451: hue angle of 4.19º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C5451 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 84 81 -
CMYK 0 0.32 0.35 0.51
HSL 4.19º 0.21% 0.4% -
HSV(B) 4.19º 0.35% 0.49% -
XYZ 12.97 11.22 9.27 -
YUV 95.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 124 84 81 0 0.32 0.35 0.51 4.19 0.21 0.4
Hex 7C 54 51 0 20 23 33 4 15 28
Octal 174 124 121 0 40 43 63 4 25 50
Binary 1111100 1010100 1010001 0 100000 100011 110011 100 10101 101000

Color Harmonies of #7C5451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5451

Black with #7C5451

Text Example


Text Example

White with #7C5451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,84,81); }

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

background-color css

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

 a { background-color: rgb(124,84,81); }

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

border-color css

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

 span { border-color: rgb(124,84,81); }

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