Html Css Color HEX #7D5653 Buccaneer

📋 copy color: '#7D5653'

red 125 ◦ green 86 ◦ blue 83

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

Shades of Buccaneer #7D5653

Tints of Buccaneer #7D5653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.25%

 BLUE value IS 83 (32.81% from 255) = 28.23%

R = 42.52%
G = 29.25%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7D5653 (or 0x7D5653) is known color: Buccaneer. HEX triplet: 7D, 56 and 53. RGB value is (125,86,83). Sum of RGB (Red+Green+Blue) = 125+86+83=294 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.52% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5653 is #82A9AC. Grayscale: #616161. Windows color (decimal): -8563117 or 5461629. OLE color: 5461629.

HSL color Cylindrical-coordinate representation of color #7D5653: hue angle of 4.29º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D5653 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 86 83 -
CMYK 0 0.31 0.34 0.51
HSL 4.29º 0.2% 0.41% -
HSV(B) 4.29º 0.34% 0.49% -
XYZ 13.35 11.64 9.73 -
YUV 97.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 125 86 83 0 0.31 0.34 0.51 4.29 0.2 0.41
Hex 7D 56 53 0 1F 22 33 4 14 29
Octal 175 126 123 0 37 42 63 4 24 51
Binary 1111101 1010110 1010011 0 11111 100010 110011 100 10100 101001

Color Harmonies of #7D5653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5653

Black with #7D5653

Text Example


Text Example

White with #7D5653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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