Html Css Color HEX #715755 Buccaneer

📋 copy color: '#715755'

red 113 ◦ green 87 ◦ blue 85

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

Shades of Buccaneer #715755

Tints of Buccaneer #715755

RGB

 RED value IS 113 (44.53% from 255) = 39.65%

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

 BLUE value IS 85 (33.59% from 255) = 29.82%

R = 39.65%
G = 30.53%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#715755 (or 0x715755) is known color: Buccaneer. HEX triplet: 71, 57 and 55. RGB value is (113,87,85). Sum of RGB (Red+Green+Blue) = 113+87+85=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #715755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715755 is #8EA8AA. Grayscale: #5E5E5E. Windows color (decimal): -9349291 or 5592945. OLE color: 5592945.

HSL color Cylindrical-coordinate representation of color #715755: hue angle of 4.29º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #715755 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 87 85 -
CMYK 0 0.23 0.25 0.56
HSL 4.29º 0.14% 0.39% -
HSV(B) 4.29º 0.25% 0.44% -
XYZ 11.86 10.98 10.09 -
YUV 94.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 113 87 85 0 0.23 0.25 0.56 4.29 0.14 0.39
Hex 71 57 55 0 17 19 38 4 E 27
Octal 161 127 125 0 27 31 70 4 16 47
Binary 1110001 1010111 1010101 0 10111 11001 111000 100 1110 100111

Color Harmonies of #715755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715755

Black with #715755

Text Example


Text Example

White with #715755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715755; }

 p { color: rgb(113,87,85); }

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

background-color css

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

 a { background-color: rgb(113,87,85); }

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

border-color css

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

 span { border-color: rgb(113,87,85); }

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