Html Css Color HEX #74534F Buccaneer

📋 copy color: '#74534F'

red 116 ◦ green 83 ◦ blue 79

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

Shades of Buccaneer #74534F

Tints of Buccaneer #74534F

RGB

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

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

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

R = 41.73%
G = 29.86%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74534F (or 0x74534F) is known color: Buccaneer. HEX triplet: 74, 53 and 4F. RGB value is (116,83,79). Sum of RGB (Red+Green+Blue) = 116+83+79=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #74534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74534F is #8BACB0. Grayscale: #5C5C5C. Windows color (decimal): -9153713 or 5198708. OLE color: 5198708.

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

Color convert

RGB 116 83 79 -
CMYK 0 0.28 0.32 0.55
HSL 6.49º 0.19% 0.38% -
HSV(B) 6.49º 0.32% 0.45% -
XYZ 11.71 10.46 8.8 -
YUV 92.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 116 83 79 0 0.28 0.32 0.55 6.49 0.19 0.38
Hex 74 53 4F 0 1C 20 37 6 13 26
Octal 164 123 117 0 34 40 67 6 23 46
Binary 1110100 1010011 1001111 0 11100 100000 110111 110 10011 100110

Color Harmonies of #74534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74534F

Black with #74534F

Text Example


Text Example

White with #74534F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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