Html Css Color HEX #75554D Buccaneer

📋 copy color: '#75554D'

red 117 ◦ green 85 ◦ blue 77

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

Shades of Buccaneer #75554D

Tints of Buccaneer #75554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.47%

 BLUE value IS 77 (30.47% from 255) = 27.6%

R = 41.94%
G = 30.47%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75554D (or 0x75554D) is known color: Buccaneer. HEX triplet: 75, 55 and 4D. RGB value is (117,85,77). Sum of RGB (Red+Green+Blue) = 117+85+77=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75554D is #8AAAB2. Grayscale: #5D5D5D. Windows color (decimal): -9087667 or 5068149. OLE color: 5068149.

HSL color Cylindrical-coordinate representation of color #75554D: hue angle of 12º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75554D is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 85 77 -
CMYK 0 0.27 0.34 0.54
HSL 12º 0.21% 0.38% -
HSV(B) 12º 0.34% 0.46% -
XYZ 11.92 10.81 8.48 -
YUV 93.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 117 85 77 0 0.27 0.34 0.54 12 0.21 0.38
Hex 75 55 4D 0 1B 22 36 C 15 26
Octal 165 125 115 0 33 42 66 14 25 46
Binary 1110101 1010101 1001101 0 11011 100010 110110 1100 10101 100110

Color Harmonies of #75554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75554D

Black with #75554D

Text Example


Text Example

White with #75554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75554D; }

 p { color: rgb(117,85,77); }

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

background-color css

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

 a { background-color: rgb(117,85,77); }

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

border-color css

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

 span { border-color: rgb(117,85,77); }

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