Html Css Color HEX #745554 Buccaneer

📋 copy color: '#745554'

red 116 ◦ green 85 ◦ blue 84

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

Shades of Buccaneer #745554

Tints of Buccaneer #745554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.47%

R = 40.7%
G = 29.82%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#745554 (or 0x745554) is known color: Buccaneer. HEX triplet: 74, 55 and 54. RGB value is (116,85,84). Sum of RGB (Red+Green+Blue) = 116+85+84=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #745554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745554 is #8BAAAB. Grayscale: #5E5E5E. Windows color (decimal): -9153196 or 5526900. OLE color: 5526900.

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

Color convert

RGB 116 85 84 -
CMYK 0 0.27 0.28 0.55
HSL 1.88º 0.16% 0.39% -
HSV(B) 1.88º 0.28% 0.45% -
XYZ 12.05 10.85 9.85 -
YUV 94.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 116 85 84 0 0.27 0.28 0.55 1.88 0.16 0.39
Hex 74 55 54 0 1B 1C 37 2 10 27
Octal 164 125 124 0 33 34 67 2 20 47
Binary 1110100 1010101 1010100 0 11011 11100 110111 10 10000 100111

Color Harmonies of #745554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745554

Black with #745554

Text Example


Text Example

White with #745554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745554; }

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

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

background-color css

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

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

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

border-color css

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

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

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