Html Css Color HEX #775050 Buccaneer

📋 copy color: '#775050'

red 119 ◦ green 80 ◦ blue 80

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

Shades of Buccaneer #775050

Tints of Buccaneer #775050

RGB

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

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

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

R = 42.65%
G = 28.67%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#775050 (or 0x775050) is known color: Buccaneer. HEX triplet: 77, 50 and 50. RGB value is (119,80,80). Sum of RGB (Red+Green+Blue) = 119+80+80=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #775050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775050 is #88AFAF. Grayscale: #5B5B5B. Windows color (decimal): -8957872 or 5263479. OLE color: 5263479.

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

Color convert

RGB 119 80 80 -
CMYK 0 0.33 0.33 0.53
HSL 0.2% 0.39% -
HSV(B) 0.33% 0.47% -
XYZ 11.92 10.24 8.94 -
YUV 91.66 121.42 147.5 -
System Red Green Blue C M Y K H S L
Decimal 119 80 80 0 0.33 0.33 0.53 0 0.2 0.39
Hex 77 50 50 0 21 21 35 0 14 27
Octal 167 120 120 0 41 41 65 0 24 47
Binary 1110111 1010000 1010000 0 100001 100001 110101 0 10100 100111

Color Harmonies of #775050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775050

Black with #775050

Text Example


Text Example

White with #775050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775050; }

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

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

background-color css

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

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

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

border-color css

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

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

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