Html Css Color HEX #745755 Buccaneer

📋 copy color: '#745755'

red 116 ◦ green 87 ◦ blue 85

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

Shades of Buccaneer #745755

Tints of Buccaneer #745755

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.21%

 BLUE value IS 85 (33.59% from 255) = 29.51%

R = 40.28%
G = 30.21%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#745755 (or 0x745755) is known color: Buccaneer. HEX triplet: 74, 57 and 55. RGB value is (116,87,85). Sum of RGB (Red+Green+Blue) = 116+87+85=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 116 - color contains mainly: red. Hex color #745755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745755 is #8BA8AA. Grayscale: #5F5F5F. Windows color (decimal): -9152683 or 5592948. OLE color: 5592948.

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

Color convert

RGB 116 87 85 -
CMYK 0 0.25 0.27 0.55
HSL 3.87º 0.15% 0.39% -
HSV(B) 3.87º 0.27% 0.45% -
XYZ 12.25 11.19 10.11 -
YUV 95.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 116 87 85 0 0.25 0.27 0.55 3.87 0.15 0.39
Hex 74 57 55 0 19 1B 37 4 F 27
Octal 164 127 125 0 31 33 67 4 17 47
Binary 1110100 1010111 1010101 0 11001 11011 110111 100 1111 100111

Color Harmonies of #745755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745755

Black with #745755

Text Example


Text Example

White with #745755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745755; }

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

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

background-color css

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

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

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

border-color css

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

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

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