Html Css Color HEX #746A2C Crete

📋 copy color: '#746A2C'

red 116 ◦ green 106 ◦ blue 44

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

Shades of Crete #746A2C

Tints of Crete #746A2C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.85%

 BLUE value IS 44 (17.58% from 255) = 16.54%

R = 43.61%
G = 39.85%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#746A2C (or 0x746A2C) is known color: Crete. HEX triplet: 74, 6A and 2C. RGB value is (116,106,44). Sum of RGB (Red+Green+Blue) = 116+106+44=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #746A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746A2C is #8B95D3. Grayscale: #666666. Windows color (decimal): -9147860 or 2910836. OLE color: 2910836.

HSL color Cylindrical-coordinate representation of color #746A2C: hue angle of 51.67º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #746A2C is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 106 44 -
CMYK 0 0.09 0.62 0.55
HSL 51.67º 0.45% 0.31% -
HSV(B) 51.67º 0.62% 0.45% -
XYZ 12.81 14.2 4.45 -
YUV 101.92 95.31 138.04 -
System Red Green Blue C M Y K H S L
Decimal 116 106 44 0 0.09 0.62 0.55 51.67 0.45 0.31
Hex 74 6A 2C 0 9 3E 37 34 2D 1F
Octal 164 152 54 0 11 76 67 64 55 37
Binary 1110100 1101010 101100 0 1001 111110 110111 110100 101101 11111

Color Harmonies of #746A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A2C

Black with #746A2C

Text Example


Text Example

White with #746A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746A2C; }

 p { color: rgb(116,106,44); }

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

background-color css

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

 a { background-color: rgb(116,106,44); }

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

border-color css

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

 span { border-color: rgb(116,106,44); }

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