Html Css Color HEX #7C4F4E Buccaneer

📋 copy color: '#7C4F4E'

red 124 ◦ green 79 ◦ blue 78

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

Shades of Buccaneer #7C4F4E

Tints of Buccaneer #7C4F4E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.11%

 BLUE value IS 78 (30.86% from 255) = 27.76%

R = 44.13%
G = 28.11%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7C4F4E (or 0x7C4F4E) is known color: Buccaneer. HEX triplet: 7C, 4F and 4E. RGB value is (124,79,78). Sum of RGB (Red+Green+Blue) = 124+79+78=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4F4E is #83B0B1. Grayscale: #5C5C5C. Windows color (decimal): -8630450 or 5132156. OLE color: 5132156.

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

Color convert

RGB 124 79 78 -
CMYK 0 0.36 0.37 0.51
HSL 1.3º 0.23% 0.4% -
HSV(B) 1.3º 0.37% 0.49% -
XYZ 12.48 10.43 8.56 -
YUV 92.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 124 79 78 0 0.36 0.37 0.51 1.3 0.23 0.4
Hex 7C 4F 4E 0 24 25 33 1 17 28
Octal 174 117 116 0 44 45 63 1 27 50
Binary 1111100 1001111 1001110 0 100100 100101 110011 1 10111 101000

Color Harmonies of #7C4F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4F4E

Black with #7C4F4E

Text Example


Text Example

White with #7C4F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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