Html Css Color HEX #7C504F Buccaneer

📋 copy color: '#7C504F'

red 124 ◦ green 80 ◦ blue 79

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

Shades of Buccaneer #7C504F

Tints of Buccaneer #7C504F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.27%

 BLUE value IS 79 (31.25% from 255) = 27.92%

R = 43.82%
G = 28.27%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7C504F (or 0x7C504F) is known color: Buccaneer. HEX triplet: 7C, 50 and 4F. RGB value is (124,80,79). Sum of RGB (Red+Green+Blue) = 124+80+79=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 124 - color contains mainly: red. Hex color #7C504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C504F is #83AFB0. Grayscale: #5D5D5D. Windows color (decimal): -8630193 or 5197948. OLE color: 5197948.

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

Color convert

RGB 124 80 79 -
CMYK 0 0.35 0.36 0.51
HSL 1.33º 0.22% 0.4% -
HSV(B) 1.33º 0.36% 0.49% -
XYZ 12.59 10.59 8.78 -
YUV 93.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 124 80 79 0 0.35 0.36 0.51 1.33 0.22 0.4
Hex 7C 50 4F 0 23 24 33 1 16 28
Octal 174 120 117 0 43 44 63 1 26 50
Binary 1111100 1010000 1001111 0 100011 100100 110011 1 10110 101000

Color Harmonies of #7C504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C504F

Black with #7C504F

Text Example


Text Example

White with #7C504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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