Html Css Color HEX #775450 Buccaneer

📋 copy color: '#775450'

red 119 ◦ green 84 ◦ blue 80

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

Shades of Buccaneer #775450

Tints of Buccaneer #775450

RGB

 RED value IS 119 (46.88% from 255) = 42.05%

 GREEN value IS 84 (33.2% from 255) = 29.68%

 BLUE value IS 80 (31.64% from 255) = 28.27%

R = 42.05%
G = 29.68%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#775450 (or 0x775450) is known color: Buccaneer. HEX triplet: 77, 54 and 50. RGB value is (119,84,80). Sum of RGB (Red+Green+Blue) = 119+84+80=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #775450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775450 is #88ABAF. Grayscale: #5E5E5E. Windows color (decimal): -8956848 or 5264503. OLE color: 5264503.

HSL color Cylindrical-coordinate representation of color #775450: hue angle of 6.15º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #775450 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 84 80 -
CMYK 0 0.29 0.33 0.53
HSL 6.15º 0.2% 0.39% -
HSV(B) 6.15º 0.33% 0.47% -
XYZ 12.23 10.84 9.04 -
YUV 94.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 119 84 80 0 0.29 0.33 0.53 6.15 0.2 0.39
Hex 77 54 50 0 1D 21 35 6 14 27
Octal 167 124 120 0 35 41 65 6 24 47
Binary 1110111 1010100 1010000 0 11101 100001 110101 110 10100 100111

Color Harmonies of #775450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775450

Black with #775450

Text Example


Text Example

White with #775450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775450; }

 p { color: rgb(119,84,80); }

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

background-color css

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

 a { background-color: rgb(119,84,80); }

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

border-color css

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

 span { border-color: rgb(119,84,80); }

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