Html Css Color HEX #795150 Buccaneer

📋 copy color: '#795150'

red 121 ◦ green 81 ◦ blue 80

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

Shades of Buccaneer #795150

Tints of Buccaneer #795150

RGB

 RED value IS 121 (47.66% from 255) = 42.91%

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

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

R = 42.91%
G = 28.72%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#795150 (or 0x795150) is known color: Buccaneer. HEX triplet: 79, 51 and 50. RGB value is (121,81,80). Sum of RGB (Red+Green+Blue) = 121+81+80=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 121 - color contains mainly: red. Hex color #795150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795150 is #86AEAF. Grayscale: #5C5C5C. Windows color (decimal): -8826544 or 5263737. OLE color: 5263737.

HSL color Cylindrical-coordinate representation of color #795150: hue angle of 1.46º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #795150 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 81 80 -
CMYK 0 0.33 0.34 0.53
HSL 1.46º 0.2% 0.39% -
HSV(B) 1.46º 0.34% 0.47% -
XYZ 12.28 10.53 8.97 -
YUV 92.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 121 81 80 0 0.33 0.34 0.53 1.46 0.2 0.39
Hex 79 51 50 0 21 22 35 1 14 27
Octal 171 121 120 0 41 42 65 1 24 47
Binary 1111001 1010001 1010000 0 100001 100010 110101 1 10100 100111

Color Harmonies of #795150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795150

Black with #795150

Text Example


Text Example

White with #795150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795150; }

 p { color: rgb(121,81,80); }

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

background-color css

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

 a { background-color: rgb(121,81,80); }

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

border-color css

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

 span { border-color: rgb(121,81,80); }

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