Html Css Color HEX #74524E Buccaneer

📋 copy color: '#74524E'

red 116 ◦ green 82 ◦ blue 78

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

Shades of Buccaneer #74524E

Tints of Buccaneer #74524E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.71%

 BLUE value IS 78 (30.86% from 255) = 28.26%

R = 42.03%
G = 29.71%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#74524E (or 0x74524E) is known color: Buccaneer. HEX triplet: 74, 52 and 4E. RGB value is (116,82,78). Sum of RGB (Red+Green+Blue) = 116+82+78=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #74524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74524E is #8BADB1. Grayscale: #5B5B5B. Windows color (decimal): -9153970 or 5132916. OLE color: 5132916.

HSL color Cylindrical-coordinate representation of color #74524E: hue angle of 6.32º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74524E is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 82 78 -
CMYK 0 0.29 0.33 0.55
HSL 6.32º 0.2% 0.38% -
HSV(B) 6.32º 0.33% 0.45% -
XYZ 11.59 10.3 8.58 -
YUV 91.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 116 82 78 0 0.29 0.33 0.55 6.32 0.2 0.38
Hex 74 52 4E 0 1D 21 37 6 14 26
Octal 164 122 116 0 35 41 67 6 24 46
Binary 1110100 1010010 1001110 0 11101 100001 110111 110 10100 100110

Color Harmonies of #74524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74524E

Black with #74524E

Text Example


Text Example

White with #74524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74524E; }

 p { color: rgb(116,82,78); }

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

background-color css

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

 a { background-color: rgb(116,82,78); }

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

border-color css

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

 span { border-color: rgb(116,82,78); }

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