Html Css Color HEX #746C2C Crete

📋 copy color: '#746C2C'

red 116 ◦ green 108 ◦ blue 44

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

Shades of Crete #746C2C

Tints of Crete #746C2C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.3%

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

R = 43.28%
G = 40.3%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#746C2C (or 0x746C2C) is known color: Crete. HEX triplet: 74, 6C and 2C. RGB value is (116,108,44). Sum of RGB (Red+Green+Blue) = 116+108+44=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #746C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C2C is #8B93D3. Grayscale: #676767. Windows color (decimal): -9147348 or 2911348. OLE color: 2911348.

HSL color Cylindrical-coordinate representation of color #746C2C: hue angle of 53.33º 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 #746C2C is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 108 44 -
CMYK 0 0.07 0.62 0.55
HSL 53.33º 0.45% 0.31% -
HSV(B) 53.33º 0.62% 0.45% -
XYZ 13.02 14.62 4.52 -
YUV 103.1 94.65 137.2 -
System Red Green Blue C M Y K H S L
Decimal 116 108 44 0 0.07 0.62 0.55 53.33 0.45 0.31
Hex 74 6C 2C 0 7 3E 37 35 2D 1F
Octal 164 154 54 0 7 76 67 65 55 37
Binary 1110100 1101100 101100 0 111 111110 110111 110101 101101 11111

Color Harmonies of #746C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C2C

Black with #746C2C

Text Example


Text Example

White with #746C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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