Html Css Color HEX #775250 Buccaneer

📋 copy color: '#775250'

red 119 ◦ green 82 ◦ blue 80

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

Shades of Buccaneer #775250

Tints of Buccaneer #775250

RGB

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

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

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

R = 42.35%
G = 29.18%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#775250 (or 0x775250) is known color: Buccaneer. HEX triplet: 77, 52 and 50. RGB value is (119,82,80). Sum of RGB (Red+Green+Blue) = 119+82+80=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #775250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775250 is #88ADAF. Grayscale: #5C5C5C. Windows color (decimal): -8957360 or 5263991. OLE color: 5263991.

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

Color convert

RGB 119 82 80 -
CMYK 0 0.31 0.33 0.53
HSL 3.08º 0.2% 0.39% -
HSV(B) 3.08º 0.33% 0.47% -
XYZ 12.07 10.54 8.99 -
YUV 92.84 120.76 146.66 -
System Red Green Blue C M Y K H S L
Decimal 119 82 80 0 0.31 0.33 0.53 3.08 0.2 0.39
Hex 77 52 50 0 1F 21 35 3 14 27
Octal 167 122 120 0 37 41 65 3 24 47
Binary 1110111 1010010 1010000 0 11111 100001 110101 11 10100 100111

Color Harmonies of #775250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775250

Black with #775250

Text Example


Text Example

White with #775250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775250; }

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

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

background-color css

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

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

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

border-color css

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

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

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