Html Css Color HEX #745450 Buccaneer

📋 copy color: '#745450'

red 116 ◦ green 84 ◦ blue 80

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

Shades of Buccaneer #745450

Tints of Buccaneer #745450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30%

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

R = 41.43%
G = 30%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#745450 (or 0x745450) is known color: Buccaneer. HEX triplet: 74, 54 and 50. RGB value is (116,84,80). Sum of RGB (Red+Green+Blue) = 116+84+80=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #745450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745450 is #8BABAF. Grayscale: #5D5D5D. Windows color (decimal): -9153456 or 5264500. OLE color: 5264500.

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

Color convert

RGB 116 84 80 -
CMYK 0 0.28 0.31 0.55
HSL 6.67º 0.18% 0.38% -
HSV(B) 6.67º 0.31% 0.45% -
XYZ 11.82 10.63 9.02 -
YUV 93.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 116 84 80 0 0.28 0.31 0.55 6.67 0.18 0.38
Hex 74 54 50 0 1C 1F 37 7 12 26
Octal 164 124 120 0 34 37 67 7 22 46
Binary 1110100 1010100 1010000 0 11100 11111 110111 111 10010 100110

Color Harmonies of #745450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745450

Black with #745450

Text Example


Text Example

White with #745450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745450; }

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

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

background-color css

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

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

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

border-color css

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

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

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