Html Css Color HEX #704C4C Buccaneer

📋 copy color: '#704C4C'

red 112 ◦ green 76 ◦ blue 76

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

Shades of Buccaneer #704C4C

Tints of Buccaneer #704C4C

RGB

 RED value IS 112 (44.14% from 255) = 42.42%

 GREEN value IS 76 (30.08% from 255) = 28.79%

 BLUE value IS 76 (30.08% from 255) = 28.79%

R = 42.42%
G = 28.79%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#704C4C (or 0x704C4C) is known color: Buccaneer. HEX triplet: 70, 4C and 4C. RGB value is (112,76,76). Sum of RGB (Red+Green+Blue) = 112+76+76=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #704C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C4C is #8FB3B3. Grayscale: #565656. Windows color (decimal): -9417652 or 5000304. OLE color: 5000304.

HSL color Cylindrical-coordinate representation of color #704C4C: hue angle of 0º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #704C4C is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 76 76 -
CMYK 0 0.32 0.32 0.56
HSL 0.19% 0.37% -
HSV(B) 0.32% 0.44% -
XYZ 10.57 9.14 8.04 -
YUV 86.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 112 76 76 0 0.32 0.32 0.56 0 0.19 0.37
Hex 70 4C 4C 0 20 20 38 0 13 25
Octal 160 114 114 0 40 40 70 0 23 45
Binary 1110000 1001100 1001100 0 100000 100000 111000 0 10011 100101

Color Harmonies of #704C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C4C

Black with #704C4C

Text Example


Text Example

White with #704C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704C4C; }

 p { color: rgb(112,76,76); }

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

background-color css

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

 a { background-color: rgb(112,76,76); }

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

border-color css

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

 span { border-color: rgb(112,76,76); }

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