Html Css Color HEX #775251 Buccaneer

📋 copy color: '#775251'

red 119 ◦ green 82 ◦ blue 81

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

Shades of Buccaneer #775251

Tints of Buccaneer #775251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.08%

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

R = 42.2%
G = 29.08%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#775251 (or 0x775251) is known color: Buccaneer. HEX triplet: 77, 52 and 51. RGB value is (119,82,81). Sum of RGB (Red+Green+Blue) = 119+82+81=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #775251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775251 is #88ADAE. Grayscale: #5C5C5C. Windows color (decimal): -8957359 or 5329527. OLE color: 5329527.

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

Color convert

RGB 119 82 81 -
CMYK 0 0.31 0.32 0.53
HSL 1.58º 0.19% 0.39% -
HSV(B) 1.58º 0.32% 0.47% -
XYZ 12.11 10.55 9.18 -
YUV 92.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 119 82 81 0 0.31 0.32 0.53 1.58 0.19 0.39
Hex 77 52 51 0 1F 20 35 2 13 27
Octal 167 122 121 0 37 40 65 2 23 47
Binary 1110111 1010010 1010001 0 11111 100000 110101 10 10011 100111

Color Harmonies of #775251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775251

Black with #775251

Text Example


Text Example

White with #775251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775251; }

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

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

background-color css

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

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

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

border-color css

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

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

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