Html Css Color HEX #745552 Buccaneer

📋 copy color: '#745552'

red 116 ◦ green 85 ◦ blue 82

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

Shades of Buccaneer #745552

Tints of Buccaneer #745552

RGB

 RED value IS 116 (45.7% from 255) = 40.99%

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

 BLUE value IS 82 (32.42% from 255) = 28.98%

R = 40.99%
G = 30.04%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#745552 (or 0x745552) is known color: Buccaneer. HEX triplet: 74, 55 and 52. RGB value is (116,85,82). Sum of RGB (Red+Green+Blue) = 116+85+82=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #745552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745552 is #8BAAAD. Grayscale: #5D5D5D. Windows color (decimal): -9153198 or 5395828. OLE color: 5395828.

HSL color Cylindrical-coordinate representation of color #745552: hue angle of 5.29º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #745552 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 85 82 -
CMYK 0 0.27 0.29 0.55
HSL 5.29º 0.17% 0.39% -
HSV(B) 5.29º 0.29% 0.45% -
XYZ 11.97 10.82 9.44 -
YUV 93.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 116 85 82 0 0.27 0.29 0.55 5.29 0.17 0.39
Hex 74 55 52 0 1B 1D 37 5 11 27
Octal 164 125 122 0 33 35 67 5 21 47
Binary 1110100 1010101 1010010 0 11011 11101 110111 101 10001 100111

Color Harmonies of #745552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745552

Black with #745552

Text Example


Text Example

White with #745552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745552; }

 p { color: rgb(116,85,82); }

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

background-color css

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

 a { background-color: rgb(116,85,82); }

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

border-color css

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

 span { border-color: rgb(116,85,82); }

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