Html Css Color HEX #745652 Buccaneer

📋 copy color: '#745652'

red 116 ◦ green 86 ◦ blue 82

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

Shades of Buccaneer #745652

Tints of Buccaneer #745652

RGB

 RED value IS 116 (45.7% from 255) = 40.85%

 GREEN value IS 86 (33.98% from 255) = 30.28%

 BLUE value IS 82 (32.42% from 255) = 28.87%

R = 40.85%
G = 30.28%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#745652 (or 0x745652) is known color: Buccaneer. HEX triplet: 74, 56 and 52. RGB value is (116,86,82). Sum of RGB (Red+Green+Blue) = 116+86+82=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #745652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745652 is #8BA9AD. Grayscale: #5E5E5E. Windows color (decimal): -9152942 or 5396084. OLE color: 5396084.

HSL color Cylindrical-coordinate representation of color #745652: hue angle of 7.06º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #745652 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 86 82 -
CMYK 0 0.26 0.29 0.55
HSL 7.06º 0.17% 0.39% -
HSV(B) 7.06º 0.29% 0.45% -
XYZ 12.05 10.98 9.47 -
YUV 94.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 116 86 82 0 0.26 0.29 0.55 7.06 0.17 0.39
Hex 74 56 52 0 1A 1D 37 7 11 27
Octal 164 126 122 0 32 35 67 7 21 47
Binary 1110100 1010110 1010010 0 11010 11101 110111 111 10001 100111

Color Harmonies of #745652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745652

Black with #745652

Text Example


Text Example

White with #745652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745652; }

 p { color: rgb(116,86,82); }

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

background-color css

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

 a { background-color: rgb(116,86,82); }

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

border-color css

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

 span { border-color: rgb(116,86,82); }

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