Html Css Color HEX #74574F Buccaneer

📋 copy color: '#74574F'

red 116 ◦ green 87 ◦ blue 79

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

Shades of Buccaneer #74574F

Tints of Buccaneer #74574F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.01%

R = 41.13%
G = 30.85%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74574F (or 0x74574F) is known color: Buccaneer. HEX triplet: 74, 57 and 4F. RGB value is (116,87,79). Sum of RGB (Red+Green+Blue) = 116+87+79=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #74574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74574F is #8BA8B0. Grayscale: #5E5E5E. Windows color (decimal): -9152689 or 5199732. OLE color: 5199732.

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

Color convert

RGB 116 87 79 -
CMYK 0 0.25 0.32 0.55
HSL 12.97º 0.19% 0.38% -
HSV(B) 12.97º 0.32% 0.45% -
XYZ 12.02 11.09 8.9 -
YUV 94.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 116 87 79 0 0.25 0.32 0.55 12.97 0.19 0.38
Hex 74 57 4F 0 19 20 37 D 13 26
Octal 164 127 117 0 31 40 67 15 23 46
Binary 1110100 1010111 1001111 0 11001 100000 110111 1101 10011 100110

Color Harmonies of #74574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74574F

Black with #74574F

Text Example


Text Example

White with #74574F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74574F; }

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

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

background-color css

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

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

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

border-color css

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

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

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