Html Css Color HEX #74564F Buccaneer

📋 copy color: '#74564F'

red 116 ◦ green 86 ◦ blue 79

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

Shades of Buccaneer #74564F

Tints of Buccaneer #74564F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.6%

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

R = 41.28%
G = 30.6%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74564F (or 0x74564F) is known color: Buccaneer. HEX triplet: 74, 56 and 4F. RGB value is (116,86,79). Sum of RGB (Red+Green+Blue) = 116+86+79=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #74564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74564F is #8BA9B0. Grayscale: #5E5E5E. Windows color (decimal): -9152945 or 5199476. OLE color: 5199476.

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

Color convert

RGB 116 86 79 -
CMYK 0 0.26 0.32 0.55
HSL 11.35º 0.19% 0.38% -
HSV(B) 11.35º 0.32% 0.45% -
XYZ 11.94 10.93 8.88 -
YUV 94.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 116 86 79 0 0.26 0.32 0.55 11.35 0.19 0.38
Hex 74 56 4F 0 1A 20 37 B 13 26
Octal 164 126 117 0 32 40 67 13 23 46
Binary 1110100 1010110 1001111 0 11010 100000 110111 1011 10011 100110

Color Harmonies of #74564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74564F

Black with #74564F

Text Example


Text Example

White with #74564F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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