Html Css Color HEX #74534E Buccaneer

📋 copy color: '#74534E'

red 116 ◦ green 83 ◦ blue 78

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

Shades of Buccaneer #74534E

Tints of Buccaneer #74534E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.96%

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

R = 41.88%
G = 29.96%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#74534E (or 0x74534E) is known color: Buccaneer. HEX triplet: 74, 53 and 4E. RGB value is (116,83,78). Sum of RGB (Red+Green+Blue) = 116+83+78=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #74534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74534E is #8BACB1. Grayscale: #5C5C5C. Windows color (decimal): -9153714 or 5133172. OLE color: 5133172.

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

Color convert

RGB 116 83 78 -
CMYK 0 0.28 0.33 0.55
HSL 7.89º 0.2% 0.38% -
HSV(B) 7.89º 0.33% 0.45% -
XYZ 11.67 10.45 8.61 -
YUV 92.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 116 83 78 0 0.28 0.33 0.55 7.89 0.2 0.38
Hex 74 53 4E 0 1C 21 37 8 14 26
Octal 164 123 116 0 34 41 67 10 24 46
Binary 1110100 1010011 1001110 0 11100 100001 110111 1000 10100 100110

Color Harmonies of #74534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74534E

Black with #74534E

Text Example


Text Example

White with #74534E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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