Html Css Color HEX #74514E Buccaneer

📋 copy color: '#74514E'

red 116 ◦ green 81 ◦ blue 78

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

Shades of Buccaneer #74514E

Tints of Buccaneer #74514E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.45%

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

R = 42.18%
G = 29.45%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#74514E (or 0x74514E) is known color: Buccaneer. HEX triplet: 74, 51 and 4E. RGB value is (116,81,78). Sum of RGB (Red+Green+Blue) = 116+81+78=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #74514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74514E is #8BAEB1. Grayscale: #5B5B5B. Windows color (decimal): -9154226 or 5132660. OLE color: 5132660.

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

Color convert

RGB 116 81 78 -
CMYK 0 0.30 0.33 0.55
HSL 4.74º 0.2% 0.38% -
HSV(B) 4.74º 0.33% 0.45% -
XYZ 11.52 10.15 8.56 -
YUV 91.12 120.6 145.74 -
System Red Green Blue C M Y K H S L
Decimal 116 81 78 0 0.30 0.33 0.55 4.74 0.2 0.38
Hex 74 51 4E 0 1E 21 37 5 14 26
Octal 164 121 116 0 36 41 67 5 24 46
Binary 1110100 1010001 1001110 0 11110 100001 110111 101 10100 100110

Color Harmonies of #74514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74514E

Black with #74514E

Text Example


Text Example

White with #74514E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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