#74504B

Color #74504B Buccaneer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buccaneer #74504B

Tints of Buccaneer #74504B

Color information

#74504B (or 0x74504B) is unknown color: approx Buccaneer. HEX triplet: 74, 50 and 4B. RGB value is (116,80,75). Sum of RGB (Red+Green+Blue) = 116+80+75=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #74504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74504B is #8BAFB4. Grayscale: #5A5A5A. Windows color (decimal): -9154485 or 4935796. OLE color: 4935796.

HSL color Cylindrical-coordinate representation of color #74504B: hue angle of 7.32º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74504B is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1168075-
CMYK00.310.350.55
HSL7.32º21.47%37.45%-
HSV(B)7.32º35.34%45.49%-
XYZ11.349.967.98-
YUV90.19119.43146.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.80%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 75 (29.69% from 255) = 27.68%
R=42.80%
G=29.52%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116807500.310.350.557.3221.4737.45
Hex74504B01F233771525
Octal164120113037436772545
Binary11101001010000100101101111110001111011111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74504B; }

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

 H1.HeaderClassName
 {
   color: #74504B;
 }
 .AnyTagClassName
 {
   color: #74504B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #74504B;
 }
 .BgClassName
 {
   background-color: #74504B;
 }
</style>
border-color css

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

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

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