Html Css Color HEX #7D5351 Buccaneer

📋 copy color: '#7D5351'

red 125 ◦ green 83 ◦ blue 81

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

Shades of Buccaneer #7D5351

Tints of Buccaneer #7D5351

RGB

 RED value IS 125 (49.22% from 255) = 43.25%

 GREEN value IS 83 (32.81% from 255) = 28.72%

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

R = 43.25%
G = 28.72%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7D5351 (or 0x7D5351) is known color: Buccaneer. HEX triplet: 7D, 53 and 51. RGB value is (125,83,81). Sum of RGB (Red+Green+Blue) = 125+83+81=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5351 is #82ACAE. Grayscale: #5F5F5F. Windows color (decimal): -8563887 or 5329789. OLE color: 5329789.

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

Color convert

RGB 125 83 81 -
CMYK 0 0.34 0.35 0.51
HSL 2.73º 0.21% 0.4% -
HSV(B) 2.73º 0.35% 0.49% -
XYZ 13.04 11.14 9.25 -
YUV 95.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 125 83 81 0 0.34 0.35 0.51 2.73 0.21 0.4
Hex 7D 53 51 0 22 23 33 3 15 28
Octal 175 123 121 0 42 43 63 3 25 50
Binary 1111101 1010011 1010001 0 100010 100011 110011 11 10101 101000

Color Harmonies of #7D5351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5351

Black with #7D5351

Text Example


Text Example

White with #7D5351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,83,81); }

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

background-color css

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

 a { background-color: rgb(125,83,81); }

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

border-color css

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

 span { border-color: rgb(125,83,81); }

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