Html Css Color HEX #74504A Buccaneer

📋 copy color: '#74504A'

red 116 ◦ green 80 ◦ blue 74

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

Shades of Buccaneer #74504A

Tints of Buccaneer #74504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.41%

R = 42.96%
G = 29.63%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#74504A (or 0x74504A) is known color: Buccaneer. HEX triplet: 74, 50 and 4A. RGB value is (116,80,74). Sum of RGB (Red+Green+Blue) = 116+80+74=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #74504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74504A is #8BAFB5. Grayscale: #5A5A5A. Windows color (decimal): -9154486 or 4870260. OLE color: 4870260.

HSL color Cylindrical-coordinate representation of color #74504A: hue angle of 8.57º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74504A is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 80 74 -
CMYK 0 0.31 0.36 0.55
HSL 8.57º 0.22% 0.37% -
HSV(B) 8.57º 0.36% 0.45% -
XYZ 11.31 9.94 7.8 -
YUV 90.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 116 80 74 0 0.31 0.36 0.55 8.57 0.22 0.37
Hex 74 50 4A 0 1F 24 37 9 16 25
Octal 164 120 112 0 37 44 67 11 26 45
Binary 1110100 1010000 1001010 0 11111 100100 110111 1001 10110 100101

Color Harmonies of #74504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74504A

Black with #74504A

Text Example


Text Example

White with #74504A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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