Html Css Color HEX #74504F Buccaneer

📋 copy color: '#74504F'

red 116 ◦ green 80 ◦ blue 79

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

Shades of Buccaneer #74504F

Tints of Buccaneer #74504F

RGB

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

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

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

R = 42.18%
G = 29.09%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74504F (or 0x74504F) is known color: Buccaneer. HEX triplet: 74, 50 and 4F. RGB value is (116,80,79). Sum of RGB (Red+Green+Blue) = 116+80+79=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #74504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74504F is #8BAFB0. Grayscale: #5A5A5A. Windows color (decimal): -9154481 or 5197940. OLE color: 5197940.

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

Color convert

RGB 116 80 79 -
CMYK 0 0.31 0.32 0.55
HSL 1.62º 0.19% 0.38% -
HSV(B) 1.62º 0.32% 0.45% -
XYZ 11.48 10.01 8.73 -
YUV 90.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 116 80 79 0 0.31 0.32 0.55 1.62 0.19 0.38
Hex 74 50 4F 0 1F 20 37 2 13 26
Octal 164 120 117 0 37 40 67 2 23 46
Binary 1110100 1010000 1001111 0 11111 100000 110111 10 10011 100110

Color Harmonies of #74504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74504F

Black with #74504F

Text Example


Text Example

White with #74504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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