Html Css Color HEX #754A47 Buccaneer

📋 copy color: '#754A47'

red 117 ◦ green 74 ◦ blue 71

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

Shades of Buccaneer #754A47

Tints of Buccaneer #754A47

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.24%

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

R = 44.66%
G = 28.24%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#754A47 (or 0x754A47) is known color: Buccaneer. HEX triplet: 75, 4A and 47. RGB value is (117,74,71). Sum of RGB (Red+Green+Blue) = 117+74+71=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #754A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A47 is #8AB5B8. Grayscale: #565656. Windows color (decimal): -9090489 or 4672117. OLE color: 4672117.

HSL color Cylindrical-coordinate representation of color #754A47: hue angle of 3.91º 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 #754A47 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 74 71 -
CMYK 0 0.37 0.39 0.54
HSL 3.91º 0.24% 0.37% -
HSV(B) 3.91º 0.39% 0.46% -
XYZ 10.92 9.13 7.15 -
YUV 86.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 117 74 71 0 0.37 0.39 0.54 3.91 0.24 0.37
Hex 75 4A 47 0 25 27 36 4 18 25
Octal 165 112 107 0 45 47 66 4 30 45
Binary 1110101 1001010 1000111 0 100101 100111 110110 100 11000 100101

Color Harmonies of #754A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A47

Black with #754A47

Text Example


Text Example

White with #754A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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