Html Css Color HEX #784E4B Buccaneer

📋 copy color: '#784E4B'

red 120 ◦ green 78 ◦ blue 75

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

Shades of Buccaneer #784E4B

Tints of Buccaneer #784E4B

RGB

 RED value IS 120 (47.27% from 255) = 43.96%

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

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

R = 43.96%
G = 28.57%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#784E4B (or 0x784E4B) is known color: Buccaneer. HEX triplet: 78, 4E and 4B. RGB value is (120,78,75). Sum of RGB (Red+Green+Blue) = 120+78+75=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #784E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784E4B is #87B1B4. Grayscale: #5A5A5A. Windows color (decimal): -8892853 or 4935288. OLE color: 4935288.

HSL color Cylindrical-coordinate representation of color #784E4B: hue angle of 4º 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 #784E4B is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 78 75 -
CMYK 0 0.35 0.37 0.53
HSL 0.23% 0.38% -
HSV(B) 0.38% 0.47% -
XYZ 11.74 9.95 7.96 -
YUV 90.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 120 78 75 0 0.35 0.37 0.53 4 0.23 0.38
Hex 78 4E 4B 0 23 25 35 4 17 26
Octal 170 116 113 0 43 45 65 4 27 46
Binary 1111000 1001110 1001011 0 100011 100101 110101 100 10111 100110

Color Harmonies of #784E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784E4B

Black with #784E4B

Text Example


Text Example

White with #784E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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