Html Css Color HEX #74504E Buccaneer

📋 copy color: '#74504E'

red 116 ◦ green 80 ◦ blue 78

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

Shades of Buccaneer #74504E

Tints of Buccaneer #74504E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.2%

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

R = 42.34%
G = 29.2%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#74504E (or 0x74504E) is known color: Buccaneer. HEX triplet: 74, 50 and 4E. RGB value is (116,80,78). Sum of RGB (Red+Green+Blue) = 116+80+78=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #74504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74504E is #8BAFB1. Grayscale: #5A5A5A. Windows color (decimal): -9154482 or 5132404. OLE color: 5132404.

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

Color convert

RGB 116 80 78 -
CMYK 0 0.31 0.33 0.55
HSL 3.16º 0.2% 0.38% -
HSV(B) 3.16º 0.33% 0.45% -
XYZ 11.45 10 8.53 -
YUV 90.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 116 80 78 0 0.31 0.33 0.55 3.16 0.2 0.38
Hex 74 50 4E 0 1F 21 37 3 14 26
Octal 164 120 116 0 37 41 67 3 24 46
Binary 1110100 1010000 1001110 0 11111 100001 110111 11 10100 100110

Color Harmonies of #74504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74504E

Black with #74504E

Text Example


Text Example

White with #74504E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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