Html Css Color HEX #75544D Buccaneer

📋 copy color: '#75544D'

red 117 ◦ green 84 ◦ blue 77

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

Shades of Buccaneer #75544D

Tints of Buccaneer #75544D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.22%

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

R = 42.09%
G = 30.22%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75544D (or 0x75544D) is known color: Buccaneer. HEX triplet: 75, 54 and 4D. RGB value is (117,84,77). Sum of RGB (Red+Green+Blue) = 117+84+77=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75544D is #8AABB2. Grayscale: #5D5D5D. Windows color (decimal): -9087923 or 5067893. OLE color: 5067893.

HSL color Cylindrical-coordinate representation of color #75544D: hue angle of 10.5º 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 #75544D is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 84 77 -
CMYK 0 0.28 0.34 0.54
HSL 10.5º 0.21% 0.38% -
HSV(B) 10.5º 0.34% 0.46% -
XYZ 11.85 10.66 8.45 -
YUV 93.07 118.93 145.07 -
System Red Green Blue C M Y K H S L
Decimal 117 84 77 0 0.28 0.34 0.54 10.5 0.21 0.38
Hex 75 54 4D 0 1C 22 36 A 15 26
Octal 165 124 115 0 34 42 66 12 25 46
Binary 1110101 1010100 1001101 0 11100 100010 110110 1010 10101 100110

Color Harmonies of #75544D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75544D

Black with #75544D

Text Example


Text Example

White with #75544D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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