Html Css Color HEX #75574F Buccaneer

📋 copy color: '#75574F'

red 117 ◦ green 87 ◦ blue 79

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

Shades of Buccaneer #75574F

Tints of Buccaneer #75574F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.92%

R = 41.34%
G = 30.74%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#75574F (or 0x75574F) is known color: Buccaneer. HEX triplet: 75, 57 and 4F. RGB value is (117,87,79). Sum of RGB (Red+Green+Blue) = 117+87+79=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #75574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75574F is #8AA8B0. Grayscale: #5F5F5F. Windows color (decimal): -9087153 or 5199733. OLE color: 5199733.

HSL color Cylindrical-coordinate representation of color #75574F: hue angle of 12.63º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75574F is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 87 79 -
CMYK 0 0.26 0.32 0.54
HSL 12.63º 0.19% 0.38% -
HSV(B) 12.63º 0.32% 0.46% -
XYZ 12.16 11.16 8.91 -
YUV 95.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 117 87 79 0 0.26 0.32 0.54 12.63 0.19 0.38
Hex 75 57 4F 0 1A 20 36 D 13 26
Octal 165 127 117 0 32 40 66 15 23 46
Binary 1110101 1010111 1001111 0 11010 100000 110110 1101 10011 100110

Color Harmonies of #75574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75574F

Black with #75574F

Text Example


Text Example

White with #75574F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75574F; }

 p { color: rgb(117,87,79); }

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

background-color css

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

 a { background-color: rgb(117,87,79); }

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

border-color css

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

 span { border-color: rgb(117,87,79); }

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