Html Css Color HEX #745150 Buccaneer

📋 copy color: '#745150'

red 116 ◦ green 81 ◦ blue 80

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

Shades of Buccaneer #745150

Tints of Buccaneer #745150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.24%

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

R = 41.88%
G = 29.24%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#745150 (or 0x745150) is known color: Buccaneer. HEX triplet: 74, 51 and 50. RGB value is (116,81,80). Sum of RGB (Red+Green+Blue) = 116+81+80=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #745150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745150 is #8BAEAF. Grayscale: #5B5B5B. Windows color (decimal): -9154224 or 5263732. OLE color: 5263732.

HSL color Cylindrical-coordinate representation of color #745150: hue angle of 1.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 #745150 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 81 80 -
CMYK 0 0.30 0.31 0.55
HSL 1.67º 0.18% 0.38% -
HSV(B) 1.67º 0.31% 0.45% -
XYZ 11.59 10.18 8.94 -
YUV 91.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 116 81 80 0 0.30 0.31 0.55 1.67 0.18 0.38
Hex 74 51 50 0 1E 1F 37 2 12 26
Octal 164 121 120 0 36 37 67 2 22 46
Binary 1110100 1010001 1010000 0 11110 11111 110111 10 10010 100110

Color Harmonies of #745150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745150

Black with #745150

Text Example


Text Example

White with #745150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745150; }

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

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

background-color css

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

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

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

border-color css

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

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

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