Html Css Color HEX #745750 Buccaneer

📋 copy color: '#745750'

red 116 ◦ green 87 ◦ blue 80

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

Shades of Buccaneer #745750

Tints of Buccaneer #745750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.27%

R = 40.99%
G = 30.74%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#745750 (or 0x745750) is known color: Buccaneer. HEX triplet: 74, 57 and 50. RGB value is (116,87,80). Sum of RGB (Red+Green+Blue) = 116+87+80=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #745750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745750 is #8BA8AF. Grayscale: #5E5E5E. Windows color (decimal): -9152688 or 5265268. OLE color: 5265268.

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

Color convert

RGB 116 87 80 -
CMYK 0 0.25 0.31 0.55
HSL 11.67º 0.18% 0.38% -
HSV(B) 11.67º 0.31% 0.45% -
XYZ 12.06 11.11 9.1 -
YUV 94.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 116 87 80 0 0.25 0.31 0.55 11.67 0.18 0.38
Hex 74 57 50 0 19 1F 37 C 12 26
Octal 164 127 120 0 31 37 67 14 22 46
Binary 1110100 1010111 1010000 0 11001 11111 110111 1100 10010 100110

Color Harmonies of #745750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745750

Black with #745750

Text Example


Text Example

White with #745750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745750; }

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

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

background-color css

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

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

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

border-color css

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

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

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