Html Css Color HEX #755854 Buccaneer

📋 copy color: '#755854'

red 117 ◦ green 88 ◦ blue 84

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

Shades of Buccaneer #755854

Tints of Buccaneer #755854

RGB

 RED value IS 117 (46.09% from 255) = 40.48%

 GREEN value IS 88 (34.77% from 255) = 30.45%

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

R = 40.48%
G = 30.45%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#755854 (or 0x755854) is known color: Buccaneer. HEX triplet: 75, 58 and 54. RGB value is (117,88,84). Sum of RGB (Red+Green+Blue) = 117+88+84=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #755854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755854 is #8AA7AB. Grayscale: #606060. Windows color (decimal): -9086892 or 5527669. OLE color: 5527669.

HSL color Cylindrical-coordinate representation of color #755854: hue angle of 7.27º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #755854 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 88 84 -
CMYK 0 0.25 0.28 0.54
HSL 7.27º 0.16% 0.39% -
HSV(B) 7.27º 0.28% 0.46% -
XYZ 12.43 11.4 9.93 -
YUV 96.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 117 88 84 0 0.25 0.28 0.54 7.27 0.16 0.39
Hex 75 58 54 0 19 1C 36 7 10 27
Octal 165 130 124 0 31 34 66 7 20 47
Binary 1110101 1011000 1010100 0 11001 11100 110110 111 10000 100111

Color Harmonies of #755854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755854

Black with #755854

Text Example


Text Example

White with #755854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755854; }

 p { color: rgb(117,88,84); }

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

background-color css

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

 a { background-color: rgb(117,88,84); }

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

border-color css

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

 span { border-color: rgb(117,88,84); }

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