Html Css Color HEX #754747 Buccaneer

📋 copy color: '#754747'

red 117 ◦ green 71 ◦ blue 71

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

Shades of Buccaneer #754747

Tints of Buccaneer #754747

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.41%

 BLUE value IS 71 (28.13% from 255) = 27.41%

R = 45.17%
G = 27.41%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#754747 (or 0x754747) is known color: Buccaneer. HEX triplet: 75, 47 and 47. RGB value is (117,71,71). Sum of RGB (Red+Green+Blue) = 117+71+71=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #754747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754747 is #8AB8B8. Grayscale: #545454. Windows color (decimal): -9091257 or 4671349. OLE color: 4671349.

HSL color Cylindrical-coordinate representation of color #754747: hue angle of 0º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #754747 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 71 71 -
CMYK 0 0.39 0.39 0.54
HSL 0.24% 0.37% -
HSV(B) 0.39% 0.46% -
XYZ 10.73 8.74 7.08 -
YUV 84.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 117 71 71 0 0.39 0.39 0.54 0 0.24 0.37
Hex 75 47 47 0 27 27 36 0 18 25
Octal 165 107 107 0 47 47 66 0 30 45
Binary 1110101 1000111 1000111 0 100111 100111 110110 0 11000 100101

Color Harmonies of #754747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754747

Black with #754747

Text Example


Text Example

White with #754747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754747; }

 p { color: rgb(117,71,71); }

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

background-color css

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

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

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

border-color css

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

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

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