Html Css Color HEX #745751 Buccaneer

📋 copy color: '#745751'

red 116 ◦ green 87 ◦ blue 81

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

Shades of Buccaneer #745751

Tints of Buccaneer #745751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 28.52%

R = 40.85%
G = 30.63%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#745751 (or 0x745751) is known color: Buccaneer. HEX triplet: 74, 57 and 51. RGB value is (116,87,81). Sum of RGB (Red+Green+Blue) = 116+87+81=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #745751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745751 is #8BA8AE. Grayscale: #5F5F5F. Windows color (decimal): -9152687 or 5330804. OLE color: 5330804.

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

Color convert

RGB 116 87 81 -
CMYK 0 0.25 0.30 0.55
HSL 10.29º 0.18% 0.39% -
HSV(B) 10.29º 0.3% 0.45% -
XYZ 12.1 11.12 9.29 -
YUV 94.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 116 87 81 0 0.25 0.30 0.55 10.29 0.18 0.39
Hex 74 57 51 0 19 1E 37 A 12 27
Octal 164 127 121 0 31 36 67 12 22 47
Binary 1110100 1010111 1010001 0 11001 11110 110111 1010 10010 100111

Color Harmonies of #745751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745751

Black with #745751

Text Example


Text Example

White with #745751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745751; }

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

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

background-color css

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

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

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

border-color css

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

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

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