Html Css Color HEX #775151 Buccaneer

📋 copy color: '#775151'

red 119 ◦ green 81 ◦ blue 81

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

Shades of Buccaneer #775151

Tints of Buccaneer #775151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 28.83%

R = 42.35%
G = 28.83%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#775151 (or 0x775151) is known color: Buccaneer. HEX triplet: 77, 51 and 51. RGB value is (119,81,81). Sum of RGB (Red+Green+Blue) = 119+81+81=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #775151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775151 is #88AEAE. Grayscale: #5C5C5C. Windows color (decimal): -8957615 or 5329271. OLE color: 5329271.

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

Color convert

RGB 119 81 81 -
CMYK 0 0.32 0.32 0.53
HSL 0.19% 0.39% -
HSV(B) 0.32% 0.47% -
XYZ 12.04 10.4 9.16 -
YUV 92.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 119 81 81 0 0.32 0.32 0.53 0 0.19 0.39
Hex 77 51 51 0 20 20 35 0 13 27
Octal 167 121 121 0 40 40 65 0 23 47
Binary 1110111 1010001 1010001 0 100000 100000 110101 0 10011 100111

Color Harmonies of #775151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775151

Black with #775151

Text Example


Text Example

White with #775151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775151; }

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

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

background-color css

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

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

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

border-color css

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

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

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