Html Css Color HEX #775553 Buccaneer

📋 copy color: '#775553'

red 119 ◦ green 85 ◦ blue 83

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

Shades of Buccaneer #775553

Tints of Buccaneer #775553

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.62%

 BLUE value IS 83 (32.81% from 255) = 28.92%

R = 41.46%
G = 29.62%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#775553 (or 0x775553) is known color: Buccaneer. HEX triplet: 77, 55 and 53. RGB value is (119,85,83). Sum of RGB (Red+Green+Blue) = 119+85+83=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #775553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775553 is #88AAAC. Grayscale: #5E5E5E. Windows color (decimal): -8956589 or 5461367. OLE color: 5461367.

HSL color Cylindrical-coordinate representation of color #775553: hue angle of 3.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #775553 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 85 83 -
CMYK 0 0.29 0.30 0.53
HSL 3.33º 0.18% 0.4% -
HSV(B) 3.33º 0.3% 0.47% -
XYZ 12.42 11.04 9.66 -
YUV 94.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 119 85 83 0 0.29 0.30 0.53 3.33 0.18 0.4
Hex 77 55 53 0 1D 1E 35 3 12 28
Octal 167 125 123 0 35 36 65 3 22 50
Binary 1110111 1010101 1010011 0 11101 11110 110101 11 10010 101000

Color Harmonies of #775553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775553

Black with #775553

Text Example


Text Example

White with #775553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775553; }

 p { color: rgb(119,85,83); }

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

background-color css

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

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

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

border-color css

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

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

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