Html Css Color HEX #705754 Buccaneer

📋 copy color: '#705754'

red 112 ◦ green 87 ◦ blue 84

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

Shades of Buccaneer #705754

Tints of Buccaneer #705754

RGB

 RED value IS 112 (44.14% from 255) = 39.58%

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

 BLUE value IS 84 (33.2% from 255) = 29.68%

R = 39.58%
G = 30.74%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#705754 (or 0x705754) is known color: Buccaneer. HEX triplet: 70, 57 and 54. RGB value is (112,87,84). Sum of RGB (Red+Green+Blue) = 112+87+84=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #705754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705754 is #8FA8AB. Grayscale: #5E5E5E. Windows color (decimal): -9414828 or 5527408. OLE color: 5527408.

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

Color convert

RGB 112 87 84 -
CMYK 0 0.22 0.25 0.56
HSL 6.43º 0.14% 0.38% -
HSV(B) 6.43º 0.25% 0.44% -
XYZ 11.69 10.9 9.88 -
YUV 94.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 112 87 84 0 0.22 0.25 0.56 6.43 0.14 0.38
Hex 70 57 54 0 16 19 38 6 E 26
Octal 160 127 124 0 26 31 70 6 16 46
Binary 1110000 1010111 1010100 0 10110 11001 111000 110 1110 100110

Color Harmonies of #705754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705754

Black with #705754

Text Example


Text Example

White with #705754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705754; }

 p { color: rgb(112,87,84); }

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

background-color css

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

 a { background-color: rgb(112,87,84); }

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

border-color css

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

 span { border-color: rgb(112,87,84); }

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