Html Css Color HEX #7C5551 Buccaneer

📋 copy color: '#7C5551'

red 124 ◦ green 85 ◦ blue 81

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

Shades of Buccaneer #7C5551

Tints of Buccaneer #7C5551

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

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

R = 42.76%
G = 29.31%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7C5551 (or 0x7C5551) is known color: Buccaneer. HEX triplet: 7C, 55 and 51. RGB value is (124,85,81). Sum of RGB (Red+Green+Blue) = 124+85+81=290 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.76% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5551 is #83AAAE. Grayscale: #606060. Windows color (decimal): -8628911 or 5330300. OLE color: 5330300.

HSL color Cylindrical-coordinate representation of color #7C5551: hue angle of 5.58º 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 #7C5551 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 85 81 -
CMYK 0 0.31 0.35 0.51
HSL 5.58º 0.21% 0.4% -
HSV(B) 5.58º 0.35% 0.49% -
XYZ 13.05 11.38 9.29 -
YUV 96.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 124 85 81 0 0.31 0.35 0.51 5.58 0.21 0.4
Hex 7C 55 51 0 1F 23 33 6 15 28
Octal 174 125 121 0 37 43 63 6 25 50
Binary 1111100 1010101 1010001 0 11111 100011 110011 110 10101 101000

Color Harmonies of #7C5551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5551

Black with #7C5551

Text Example


Text Example

White with #7C5551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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