Html Css Color HEX #775851 Buccaneer

📋 copy color: '#775851'

red 119 ◦ green 88 ◦ blue 81

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

Shades of Buccaneer #775851

Tints of Buccaneer #775851

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.56%

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

R = 41.32%
G = 30.56%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#775851 (or 0x775851) is known color: Buccaneer. HEX triplet: 77, 58 and 51. RGB value is (119,88,81). Sum of RGB (Red+Green+Blue) = 119+88+81=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #775851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775851 is #88A7AE. Grayscale: #606060. Windows color (decimal): -8955823 or 5331063. OLE color: 5331063.

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

Color convert

RGB 119 88 81 -
CMYK 0 0.26 0.32 0.53
HSL 11.05º 0.19% 0.39% -
HSV(B) 11.05º 0.32% 0.47% -
XYZ 12.58 11.5 9.34 -
YUV 96.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 119 88 81 0 0.26 0.32 0.53 11.05 0.19 0.39
Hex 77 58 51 0 1A 20 35 B 13 27
Octal 167 130 121 0 32 40 65 13 23 47
Binary 1110111 1011000 1010001 0 11010 100000 110101 1011 10011 100111

Color Harmonies of #775851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775851

Black with #775851

Text Example


Text Example

White with #775851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775851; }

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

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

background-color css

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

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

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

border-color css

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

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

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