Html Css Color HEX #77504B Buccaneer

📋 copy color: '#77504B'

red 119 ◦ green 80 ◦ blue 75

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

Shades of Buccaneer #77504B

Tints of Buccaneer #77504B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.2%

 BLUE value IS 75 (29.69% from 255) = 27.37%

R = 43.43%
G = 29.2%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#77504B (or 0x77504B) is known color: Buccaneer. HEX triplet: 77, 50 and 4B. RGB value is (119,80,75). Sum of RGB (Red+Green+Blue) = 119+80+75=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #77504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77504B is #88AFB4. Grayscale: #5B5B5B. Windows color (decimal): -8957877 or 4935799. OLE color: 4935799.

HSL color Cylindrical-coordinate representation of color #77504B: hue angle of 6.82º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77504B is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 80 75 -
CMYK 0 0.33 0.37 0.53
HSL 6.82º 0.23% 0.38% -
HSV(B) 6.82º 0.37% 0.47% -
XYZ 11.75 10.17 8 -
YUV 91.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 119 80 75 0 0.33 0.37 0.53 6.82 0.23 0.38
Hex 77 50 4B 0 21 25 35 7 17 26
Octal 167 120 113 0 41 45 65 7 27 46
Binary 1110111 1010000 1001011 0 100001 100101 110101 111 10111 100110

Color Harmonies of #77504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77504B

Black with #77504B

Text Example


Text Example

White with #77504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77504B; }

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

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

background-color css

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

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

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

border-color css

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

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

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