Html Css Color HEX #75544E Buccaneer

📋 copy color: '#75544E'

red 117 ◦ green 84 ◦ blue 78

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

Shades of Buccaneer #75544E

Tints of Buccaneer #75544E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.96%

R = 41.94%
G = 30.11%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#75544E (or 0x75544E) is known color: Buccaneer. HEX triplet: 75, 54 and 4E. RGB value is (117,84,78). Sum of RGB (Red+Green+Blue) = 117+84+78=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75544E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75544E is #8AABB1. Grayscale: #5D5D5D. Windows color (decimal): -9087922 or 5133429. OLE color: 5133429.

HSL color Cylindrical-coordinate representation of color #75544E: hue angle of 9.23º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75544E is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 84 78 -
CMYK 0 0.28 0.33 0.54
HSL 9.23º 0.2% 0.38% -
HSV(B) 9.23º 0.33% 0.46% -
XYZ 11.88 10.67 8.64 -
YUV 93.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 117 84 78 0 0.28 0.33 0.54 9.23 0.2 0.38
Hex 75 54 4E 0 1C 21 36 9 14 26
Octal 165 124 116 0 34 41 66 11 24 46
Binary 1110101 1010100 1001110 0 11100 100001 110110 1001 10100 100110

Color Harmonies of #75544E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75544E

Black with #75544E

Text Example


Text Example

White with #75544E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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