Html Css Color HEX #746A2D Crete

📋 copy color: '#746A2D'

red 116 ◦ green 106 ◦ blue 45

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

Shades of Crete #746A2D

Tints of Crete #746A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.85%

R = 43.45%
G = 39.7%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#746A2D (or 0x746A2D) is known color: Crete. HEX triplet: 74, 6A and 2D. RGB value is (116,106,45). Sum of RGB (Red+Green+Blue) = 116+106+45=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #746A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746A2D is #8B95D2. Grayscale: #666666. Windows color (decimal): -9147859 or 2976372. OLE color: 2976372.

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

Color convert

RGB 116 106 45 -
CMYK 0 0.09 0.61 0.55
HSL 51.55º 0.44% 0.32% -
HSV(B) 51.55º 0.61% 0.45% -
XYZ 12.83 14.21 4.55 -
YUV 102.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 116 106 45 0 0.09 0.61 0.55 51.55 0.44 0.32
Hex 74 6A 2D 0 9 3D 37 34 2C 20
Octal 164 152 55 0 11 75 67 64 54 40
Binary 1110100 1101010 101101 0 1001 111101 110111 110100 101100 100000

Color Harmonies of #746A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A2D

Black with #746A2D

Text Example


Text Example

White with #746A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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