Html Css Color HEX #7C5750 Buccaneer

📋 copy color: '#7C5750'

red 124 ◦ green 87 ◦ blue 80

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

Shades of Buccaneer #7C5750

Tints of Buccaneer #7C5750

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.9%

 BLUE value IS 80 (31.64% from 255) = 27.49%

R = 42.61%
G = 29.9%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7C5750 (or 0x7C5750) is known color: Buccaneer. HEX triplet: 7C, 57 and 50. RGB value is (124,87,80). Sum of RGB (Red+Green+Blue) = 124+87+80=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5750 is #83A8AF. Grayscale: #616161. Windows color (decimal): -8628400 or 5265276. OLE color: 5265276.

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

Color convert

RGB 124 87 80 -
CMYK 0 0.30 0.35 0.51
HSL 9.55º 0.22% 0.4% -
HSV(B) 9.55º 0.35% 0.49% -
XYZ 13.17 11.68 9.15 -
YUV 97.27 118.26 147.07 -
System Red Green Blue C M Y K H S L
Decimal 124 87 80 0 0.30 0.35 0.51 9.55 0.22 0.4
Hex 7C 57 50 0 1E 23 33 A 16 28
Octal 174 127 120 0 36 43 63 12 26 50
Binary 1111100 1010111 1010000 0 11110 100011 110011 1010 10110 101000

Color Harmonies of #7C5750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5750

Black with #7C5750

Text Example


Text Example

White with #7C5750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,87,80); }

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

background-color css

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

 a { background-color: rgb(124,87,80); }

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

border-color css

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

 span { border-color: rgb(124,87,80); }

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