Html Css Color HEX #74544F Buccaneer

📋 copy color: '#74544F'

red 116 ◦ green 84 ◦ blue 79

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

Shades of Buccaneer #74544F

Tints of Buccaneer #74544F

RGB

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

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

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

R = 41.58%
G = 30.11%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74544F (or 0x74544F) is known color: Buccaneer. HEX triplet: 74, 54 and 4F. RGB value is (116,84,79). Sum of RGB (Red+Green+Blue) = 116+84+79=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #74544F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74544F is #8BABB0. Grayscale: #5D5D5D. Windows color (decimal): -9153457 or 5198964. OLE color: 5198964.

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

Color convert

RGB 116 84 79 -
CMYK 0 0.28 0.32 0.55
HSL 8.11º 0.19% 0.38% -
HSV(B) 8.11º 0.32% 0.45% -
XYZ 11.78 10.62 8.83 -
YUV 93 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 116 84 79 0 0.28 0.32 0.55 8.11 0.19 0.38
Hex 74 54 4F 0 1C 20 37 8 13 26
Octal 164 124 117 0 34 40 67 10 23 46
Binary 1110100 1010100 1001111 0 11100 100000 110111 1000 10011 100110

Color Harmonies of #74544F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74544F

Black with #74544F

Text Example


Text Example

White with #74544F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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