Html Css Color HEX #794E4B Buccaneer

📋 copy color: '#794E4B'

red 121 ◦ green 78 ◦ blue 75

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

Shades of Buccaneer #794E4B

Tints of Buccaneer #794E4B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.47%

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

R = 44.16%
G = 28.47%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#794E4B (or 0x794E4B) is known color: Buccaneer. HEX triplet: 79, 4E and 4B. RGB value is (121,78,75). Sum of RGB (Red+Green+Blue) = 121+78+75=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 121 - color contains mainly: red. Hex color #794E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794E4B is #86B1B4. Grayscale: #5A5A5A. Windows color (decimal): -8827317 or 4935289. OLE color: 4935289.

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

Color convert

RGB 121 78 75 -
CMYK 0 0.36 0.38 0.53
HSL 3.91º 0.23% 0.38% -
HSV(B) 3.91º 0.38% 0.47% -
XYZ 11.88 10.02 7.96 -
YUV 90.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 121 78 75 0 0.36 0.38 0.53 3.91 0.23 0.38
Hex 79 4E 4B 0 24 26 35 4 17 26
Octal 171 116 113 0 44 46 65 4 27 46
Binary 1111001 1001110 1001011 0 100100 100110 110101 100 10111 100110

Color Harmonies of #794E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794E4B

Black with #794E4B

Text Example


Text Example

White with #794E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794E4B; }

 p { color: rgb(121,78,75); }

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

background-color css

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

 a { background-color: rgb(121,78,75); }

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

border-color css

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

 span { border-color: rgb(121,78,75); }

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