Html Css Color HEX #75564F Buccaneer

📋 copy color: '#75564F'

red 117 ◦ green 86 ◦ blue 79

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

Shades of Buccaneer #75564F

Tints of Buccaneer #75564F

RGB

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

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

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

R = 41.49%
G = 30.5%
B = 28.01%

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

#75564F (or 0x75564F) is known color: Buccaneer. HEX triplet: 75, 56 and 4F. RGB value is (117,86,79). Sum of RGB (Red+Green+Blue) = 117+86+79=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #75564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75564F is #8AA9B0. Grayscale: #5E5E5E. Windows color (decimal): -9087409 or 5199477. OLE color: 5199477.

HSL color Cylindrical-coordinate representation of color #75564F: hue angle of 11.05º 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 #75564F is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 86 79 -
CMYK 0 0.26 0.32 0.54
HSL 11.05º 0.19% 0.38% -
HSV(B) 11.05º 0.32% 0.46% -
XYZ 12.08 11 8.88 -
YUV 94.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 117 86 79 0 0.26 0.32 0.54 11.05 0.19 0.38
Hex 75 56 4F 0 1A 20 36 B 13 26
Octal 165 126 117 0 32 40 66 13 23 46
Binary 1110101 1010110 1001111 0 11010 100000 110110 1011 10011 100110

Color Harmonies of #75564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75564F

Black with #75564F

Text Example


Text Example

White with #75564F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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